Android:use debugmode in galaxy s2

后端 未结 5 2167
傲寒
傲寒 2021-02-19 19:10

I am using new device for testing named Samsung Galaxy SII but i am unable to use use debugging mode that means i am unable to see logs in my emulator but i am able to connect i

相关标签:
5条回答
  • 2021-02-19 19:49

    Download Samsung Kies and inastall it in your pc and then restart your device and pc too..It will surely work..

    0 讨论(0)
  • 2021-02-19 19:54

    To debug applications on our android samsung galaxy S4, we must take steps like these, and I think it is also valid for the galaxy s2:

    First we install the USB device drivers;

    After the device must follow these steps:

    1 - Select Apps

    2 - Go to Settings

    3 - Select More -> About Device

    4-7 times on Tap Build Number

    5 - Select More -> Developer options

    6 - Check USB debugging

    7 - Select OK to allow USB debugging

    8 - Check USB debugging

    They may find more information at the following link http://www.systemdeveloper.info/2013/12/enablement-usb-debugging-in-samsung.html

    0 讨论(0)
  • 2021-02-19 19:56

    Go to Settings -> Applications ->Development -> USB debugging, have you turned it to on ?

    0 讨论(0)
  • 2021-02-19 19:58

    Do the following :

    1). Download & install samsung Kies driver on your PC.

    2). Turn on USB debugging : Settings -> Applications ->Development -> USB debugging

    3). Connect your samsung galaxy with the PC.

    5). Run the app mannually (Select the galaxy tab at runtime).

    6). Finally on DDMS select the galaxy tab device.

    Check the logcat now.

    0 讨论(0)
  • 2021-02-19 20:02

    Have u made android:debuggable=true in the manifest file? If this is not true, the device will not be available in debugging mode..

    0 讨论(0)
提交回复
热议问题