Can not install app on any mobile

change your packageName from package=“HaldiaMart” to package=“com.HaldiaMart”

3 Likes

Yes it is working. Playstore wants api 28 . Can I upload this app on playstore?

yes you can

1 Like

Your problem is solved… Read previous replies…

Can I get the api?

what?
the maximum api in the list is Api 28 (android 9.0)

Sry that was mistake. Thank you very much for solving this problem. Thank you

1 Like

Remember the format

<package-name>

com.example.app.

compileSdkVersion = 28
targetSdkVersion = 28
minSdkVersion = 16

if you don’t customize the Manifest, you always get this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.