我開發了一個應用程序並將它發佈在Play store
上,但有些用戶遇到了從商店安裝的問題。 They get an error code 504 during installation.
該問題僅在Android N
設備上發生。有人有同樣的問題嗎?Google play顯示用於Android N預覽的錯誤代碼504
UPDATE:
安裝後Android N
設備給我這個日誌錯誤:
-24 20:29:32.941 4736-6127/? E/PackageInstaller: Commit of session 1647022075 failed: Failed to collect certificates from /data/app/vmdl1647022075.tmp/com.xxx: META-INF/CERT.SF indicates /data/app/vmdl1647022075.tmp/com.xxx is signed using APK Signature Scheme v2, but no such signature was found. Signature stripped?
06-24 20:29:32.946 24718-24718/? E/Finsky: [1] com.google.android.finsky.installer.ac.onReceive(2624): Error -504 while installing com.xxx: INSTALL_PARSE_FAILED_NO_CERTIFICATES: Failed to collect certificates from /data/app/vmdl1647022075.tmp/com.xxx: META-INF/CERT.SF indicates /data/app/vmdl1647022075.tmp/com.xxx is signed using APK Signature Scheme v2,
但沒有這樣的簽名被發現。簽名被剝離?
任何想法?
結果出錯了:未找到Gradle DSL方法:'v2SigningEnabled()' – mDroidd