Android Question Project updated to SDK 35 on a NOTE 10, not working

RobertJ

Member
Licensed User
Longtime User
Hello,
I updated a project to SDK 35 (Android 15), but now it is not working on a Samsung NOTE 10 with Android 10. I have tried to put the min SDK to 10 on the manifest, however, it is not installing into the phone. It doesn't give any errors or warnings, it only says that the App was not installed. Anyone has an idea if this can be fixed, or is there anything that it can be done to the phone to accept the SDK 35. Thank you in advance.
 
Solution
Well, I am using the same information and still have the problem. So I decided, to change the Package Name on the Build Configurations and it worked!! Now installs on the old NOTE 10. Thanks for the hint @Cableguy :)

NOTE: Just FYI to whoever is struggling, changing the package name will install a new instance of your app, your old one still installed so you need to delete it. Otherwise you might go crazy a little longer on "how come my app is not updated" ;)

Cableguy

Expert
Licensed User
Longtime User
Are you sure the keystore and package name are the same used in the previous versions of the App?
 
Upvote 1

RobertJ

Member
Licensed User
Longtime User
Well, I am using the same information and still have the problem. So I decided, to change the Package Name on the Build Configurations and it worked!! Now installs on the old NOTE 10. Thanks for the hint @Cableguy :)

NOTE: Just FYI to whoever is struggling, changing the package name will install a new instance of your app, your old one still installed so you need to delete it. Otherwise you might go crazy a little longer on "how come my app is not updated" ;)
 
Last edited:
Upvote 0
Solution

Cableguy

Expert
Licensed User
Longtime User
Don't forget to mark your thread as solved!
 
Upvote 0
Top