Samsung Galaxy Note III emulator settings

前端 未结 3 1763
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 04:48

I am porting my iPhone app over to android and the client uses Samsung Galaxy Note III.

I need to create an emulator to help with the debugging, bu

3条回答
  •  -上瘾入骨i
    2021-01-07 05:41

    @user1010160: Thanks. I used your suggested settings via Android Studio and at least got an emulator to work (my original must have been incorrect). Info for others:
    I could not find out how to set density to XXHDPI, so left it at default value of XHDPI. I set the hardware keys setting to home/back/etc. I did not/have not yet set the config.ini (have not looked for it). I set the SDK level to Lollipop 5.1 (APK 22). The tutorial code that I was using with my own (bad) emulator failed with ADB errors and "Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]". The tutorial now works on exactly the same code with the above emulator settings. Again, many thanks. {Background: Windows 10 x64, fully updated. I am a Flutter beginner}.

提交回复
热议问题