Test program for Android emulators

I want to test my Android programs on non-mouse emulators like Samsung or Sony mobile phones or ... but Android device manager in Android studio has no communication devices. how do i do it? Thank you.

+3


source to share


1 answer


The Android emulator does not imitate "nexus devices", "Samsung mobile phones" or Sony devices. It emulates common Android devices.

To help you set up Android emulators, in AVD Manager you start with a "hardware profile". That is, to adjust things like screen size and density, but that's about that. AVD Manager comes with hardware profiles for Nexus series devices. But:



  • You can use the New Hardware Profile button to define any required hardware profile.

  • Some manufacturers, such as Sony , offer specialized hardware profiles that you can download to your SDK manager

    / li>
  • Sometimes the manufacturer can actually send emulator images that can be used in conjunction with dedicated hardware profiles (used by Amazon for this, but not in the last check)

+1


source







All Articles