我写了一个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)
问题是什么
当我尝试验证时,如果.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)