Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
390 views
in Technique[技术] by (71.8m points)

Android App Installation Failed: Package com.my.app has no certificates at entry AndroidManifest.xml

in Android Studio I generated a signed APK with keystore and so on. While installing the APK onto a device it fails with 'App could not be installed' and in Android Monitor I saw the following line:

Package com.my.app has no certificates at entry AndroidManifest.xml; ignoring!

Does anybody know what's wrong?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Try to signed your APK with version 1. Version 2 signed APK only compatible from 7.0 so it will not working on below 7.0 devices or try to generate v1 and v2 version APK.

[ Note: When you generate signed apk for above 7.0 devices and below 7.0 devices then please check v1 and v2 both option. ]

Here is the reference link for more about V2 version and here is the link for overview.

Try this out and Your issue will resolved.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...