相关疑难解决方法(0)

zipalign'未被识别为内部或外部命令

我写了一个Android应用程序.我在Windows 7的cmd上键入zipalign myApp.apk,我得到:

zipalign' is not recognized as an internal or external command operable program or batch file
Run Code Online (Sandbox Code Playgroud)

问题是什么

android

9
推荐指数
4
解决办法
3万
查看次数

Apk Metainfo警告

当我尝试验证时,如果.apk(andriod应用程序)已签名,我会看到以下错误.

我不确定这个错误究竟意味着什么?

这会引起任何安全问题吗?

root@kali:~/Downloads# apksigner verify --verbose magni_v1.2.8_apkpure.com.apk 
Verifies
Verified using v1 scheme (JAR signing): true
Verified using v2 scheme (APK Signature Scheme v2): true
Number of signers: 1
WARNING: META-INF/android.arch.core_runtime.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/android.arch.lifecycle_livedata-core.version not protected by signature. Unauthorized modifications to this JAR entry will not be detected. Delete or move the entry outside of META-INF/.
WARNING: META-INF/android.arch.lifecycle_runtime.version not …
Run Code Online (Sandbox Code Playgroud)

security android apk

9
推荐指数
1
解决办法
1808
查看次数

标签 统计

android ×2

apk ×1

security ×1