Android debug permission?

Hey!

I just tried to profile my application with ddms and set the

android.permission.SET_DEBUG_APP

in the build settings, however I cant see my app in ddms… :confused:
( can see my other apps which are native)

so, is this permission not working or am I doing something wrong?

cheers! [import]uid: 11772 topic_id: 7586 reply_id: 307586[/import]

Hey team,

no, the permission should work fine. The problem must be somewhere on my system.

cheers! [import]uid: 11772 topic_id: 7586 reply_id: 27053[/import]

ah, got it you’ll need “android:debuggable=true” in the manifest - so only the emulator can be used for profiling since I dont want everyone to be able to profile my app. :slight_smile: [import]uid: 11772 topic_id: 7586 reply_id: 27061[/import]

@aleeri
Could you please explain where the manifest file can be found that needs to be changed? The one in the apk file seems to be in an unreadable, binary format :frowning: [import]uid: 24497 topic_id: 7586 reply_id: 29545[/import]