For me, this worked as a charm!
In Android Adb Command Prompt, type
adb -s <DEVICE> uninstall <PACKAGE>
should give you the word Success
adb -s <DEVICE> shell pm trim-caches 99999999
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all,
My app not installing in release mode, Even I tried generating apk and installing but app is crashing every time.
I'm getting following error
Start debugging Android application failed
Start debugging Android application ...
am start -a "android.intent.action.MAIN" -c "android.intent.category.LAUNCHER" -n "com.test.demo/crc6409718adb1cab00c7.SplashActivity"
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.test.demo/crc6409718adb1cab00c7.SplashActivity }
Error type 3
Error: Activity class {com.test.demo/crc6409718adb1cab00c7.SplashActivity} does not exist.
The application could not be started. Ensure that the application has been installed to the target device and has a launchable activity (MainLauncher = true).
Additionally, check Build->Configuration Manager to ensure this project is set to successfully
for this configuration.
Start debugging Android application failed
For me, this worked as a charm!
In Android Adb Command Prompt, type
adb -s <DEVICE> uninstall <PACKAGE>
should give you the word Success
adb -s <DEVICE> shell pm trim-caches 99999999