cant run application on emulator neither on the device itself
it says when i run it on android device that "Application already deployed. No need to reinstall."
when i cant even find the project app on the phone
If you want to be sure that the app is reinstalled, you can do it in commandline:
$ adb uninstall my.app.package
$ ant clean
$ ant compile
$ ant install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With