Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install signed apk from React Native

After successfully running

./gradlew assembleRelease

BUILD SUCCESSFUL

Total time: 15.842 secs

This build could be faster, please consider using the Gradle Daemon: http://gradle.org/docs/2.4/userguide/gradle_daemon.html

I put the "app-release.apk" into the phone, and tried to install it using File Browser. The app icon is showing nowhere.

The installation had text : "App not installed"

enter image description here

like image 734
Kenny Hartono Avatar asked Nov 30 '15 08:11

Kenny Hartono


People also ask

Can you install unsigned APK?

If you need to install such an app for your Android device, you can still do so, but you'll need to enable settings inside Android that enable you to install unsigned third-party apps. These settings are located inside the Android Settings app.

Why is APK not installing?

Why APK won't install on Android? First, make sure that your Android version supports the APK version you want to install. Also, remove the Play Store version of the app before installing an APK. Don't forget to check the storage space and permission to install apps from unknown sources.


1 Answers

The app was installed in other user. It is seen as uninstalled, but actually it is installed in multi user environment in android. Press the app in the settings, then press again the app to go into the details. Press the three dots on the top right corner of the screen, the select uninstall for all users.

like image 116
Kenny Hartono Avatar answered Oct 03 '22 21:10

Kenny Hartono