android : android activity does not exist but it does
While trying to run my app on my emulator, i kept on getting issue "my activity does not exist" but it does. This is due to a ghost cache problem.
After making the following updates
adb uninstall com.appcoreopc.getmyhome
Then I was able to deploy and get my app to work
Comments