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
@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}.