java - How do I debug my Android app on Samsung -


i trying debug first app. have samsung galaxy s3 android jelly bean (i'm windows user) , have installed latest version of kies , have installed required drivers device.


following steps debug in android getting started tutorial, have not been able debug app on phone or in emulator.

actually don't care fo emulator @ point since app hello world app. need see on device can't , don't know i'm doing wrong, if anythin.

when hit debug button in android studio, , select device device debug on popup dialog, android studio displays following error:

installing myapplication device shell command: pm install -r "/data/local/tmp/myapplication" pkg: /data/local/tmp/myapplication failure [install_failed_invalid_apk]

i have searched error solutionts have seen telling me things i've done!

how can debug app on samsung gs3 using android studio?

whats package name ? must have 1 "." @ least


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -