Can not install app on any mobile

Api issue. Please check it…

1 Like

Minimum 16 maximum 28

1 Like

Minimum API 22

1 Like

And what is the android version of the phone you tried to install the app on?

1 Like

I changed minimum api to 16 but face same issue. I tried to install it on redmi 4 (android 7.1) and Redmi note 7 pro (android 9) and lenovo a2010 (android 5.1) .
But can’t install this app. Always showing the same error.

I guess it has to do with some large assets in your app or some extensions added. Without extra info there is no way of helping you.

We need to look at the Manifest, so decompile your APK, post the Manifest (or post the APK).

HaldiaMart (1).apk (5.9 MB)

share your apk here so that we can test you app for the same problem

1 Like

Can you show us what is your package name is?

1 Like

Downloaded & got the same error.

1 Like

HaldiaMart (1).aia (111.0 KB)

I shared the aia

try this apk
https://creator.kodular.io/b/gz2d (link updated)
(link valid for only 2 hrs)

What was the problem?

HaldiaMart (1).aia (110.9 KB)

i changed package name from haldimart to com.haldimart
is it working?

Problem found on your package name… Here is the SOLUTION

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