Android Question Failure using Emulator

Guenter Becker

Active Member
Licensed User
Hello,
If I'm using the emulator to test libraries from the forum or my own app I always get an error as shown in the screenshot.
Can anyone help me what is wrong or missing here?
I' using Android Version 28 for developing and testing and always look for the correct adressing in the manfest file.

Thank you and sray well
best regards Guenter
 

Attachments

  • 31-08-_2020_17-45-01.png
    31-08-_2020_17-45-01.png
    43.4 KB · Views: 130

Guenter Becker

Active Member
Licensed User
the app on the emulator has a higher #VersionCode than the app you want to install.

Thank you for this explanation but I have installed only all files for Vers. 28 in the SDK Manager not any more. In the Manifest I set min/max Version both to 28.
All works ok but since last week the problem rises. If the App on the emulator has a higher version the question is how to avoid this (solution for the problem?)
 
Upvote 0

Guenter Becker

Active Member
Licensed User
the app on the emulator has a higher #VersionCode than the app you want to install.

I deleted all AVD and created a new one instead of Android 28 using Android 27 an now it works. Seems that the present emulator has problems with Versions greater 27. Thank you for the help.
 
Upvote 0
Top