I have been attempting to use Android Studio to connect to my real rooted device but it is not clear what is needed. My device comes up and i can see its serial number with adb fine. Looking at this ( http://developer.android.com/tools/device.html, seems to require a line In the application tag of the AndroidManifest.xml. I have added: android:debuggable="true" but I am not sure which xml file needs this since so many exist, After my modification I can't run.
which xml file needs this line and any other changes needed? On Sun, Sep 27, 2015 at 10:14 AM, Ray Tayek <[email protected]> wrote: > hi, i just downloaded android studio and made a new project. > > i an using an emulator for nexus 7 2012 api 22. > > when i run, it takes a *long* time. then i see the emulator window or what > ever you call it. > > i have to open it and click on one the icons to see the programs. > > i do not see my program. > > i put in some call to logging in onCreate(), but no joy. > > can anyone tell me what i am doing wrong? > > thanks > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

