Samsung Galaxy Note emulator

后端 未结 3 562
南旧
南旧 2021-02-02 15:47

I am trying to create emulator for Samsung Galaxy Note. But it is not working.

I tried the following config

  • sdk r17
  • platform 2.3.3
  • resolu
3条回答
  •  甜味超标
    2021-02-02 16:14

    I have created a Galaxy Note AVD skin, which you can download from GitHub (direct download) with credits to Heiko Behrens, whose article you can refer to understand how to use it.

    In short, you can simply extract the zip file to the < PathToAndroidSDK >/platforms/android-X/skins/ directory (were X is the API level of the SDK you want to use - in case of 2.3.3, it would be 10). You can then create the AVD from a freshly started AVD manager which will show "Galaxy Note" skin for that API level.

提交回复
热议问题