Samsung system image for Android emulator?

后端 未结 1 758
情话喂你
情话喂你 2021-02-05 12:27

Is there any way to get the Android emulator to run a system image other than vanilla Android? I\'m developing an app that works fine on the emulator, a physica

相关标签:
1条回答
  • 2021-02-05 12:42

    While there might not be any Samsung system images to download and install on the Android Studio emulator, there is another option.

    Samsung has something called Remote Test Lab, which lets you access and control a real Samsung device online. You have to join the Samsung Developers programme, and then you can use these test devices. Samsung uses a credit-based system for this, and you get 20 free credits every day, which you can then use to run test devices. Running a Galaxy S7 for 30 minutes cost me 2 credits.

    This actually works surprisingly well, and only slightly more lagging than the AVD. It is even possible to get Logcat output by connecting to the device with ADB (right click on the device window for options).

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