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 ...
Error type 3am 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: 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