While running application from android studio application works fine but after build release apk it is not working but debug apk works fine.
i want to run release apk in the device.
While running application from android studio application works fine but after build release apk it is not working but debug apk works fine.
i want to run release apk in the device.
On
Have you check the minSdkVersion in the build.gradle?
If the android version don't match the api level of the app then it can't be installed.
Here are the reference for the api level: https://apilevels.com/
Add this line in menifeast i think it will work.