1

I ran Generate Signed Bundle/APK to deploy a mobile app for internal testing. Now when I try to run the build in Android Studio on an emulator I get the following error:

05/03 08:08:31: Launching 'mobile' on Pixel 3 API 29.
Installation did not succeed.
The application could not be installed: INSTALL_PARSE_FAILED_NO_CERTIFICATES

List of apks:
[0] '/Users/.../base-en.apk'
[1] '/Users/.../base-xxhdpi.apk'
[2] '/Users/.../base-master.apk'
APK signature verification failed.

I looked at these articles:

I expect this is a common workflow:

  1. Deploy an app to internal testing
  2. Make changes to app
  3. Run multiple versions in emulator, including release, to see effect of new changes

It's when I run it against a released version in the emulator that I have problems, but this is somewhat essential to debugging a production issue if the issue is not happening in dev/staging.

lcj
  • 767
  • 9
  • 18

0 Answers0