On Feb 8, 9:35 pm, Xavier Ducrohet <x...@android.com> wrote:
> Looks like you have a phone running a debug build where all the apps
> are debuggable by default and the other one is running a production
> build ("user" build) where the apps are not debuggable unless they
> declare debuggable=true in their manifest.

How can you tell when a phone is a "user" build?

I am building the two apps that I want to debug.  Both have
debuggable=true

   android:debuggable="true"

I install them from the same USB cable with this command

   adb -d install -r foobar.apk

The apps use a library app that does not have
android:debuggable="true" in its manifest.

The identical APK files are installed on both phones.  In one phone
the app processes show up in DDMS. In the other they don't.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to