Trying to run the application on the emulator Android Studio. The framework on which the application is based has requirements for the processor architecture.
Snapdragon less than 850 such as 650, 710
and support for open cl
As an example, this is a Samsung S9 or HTC U12.
How do i emulate this? Those. x84 and x84_64 system images are not suitable.
The image of arm64-v8a seems to be appropriate, but it loads for half an hour, everything in it slows down, I did not wait for the installation of the application.
Is it possible to emulate in some way? Or just buy a device?
- Emulator Genymotion did not try? It is faster than the standard Android Studio emulator - danilshik
- oneOr use the Microsoft emulator visualstudio.microsoft.com/en/vs/msft-android-emulator - danilshik 9:39 pm
- @danilshik Genymotion tried, it seemed to me the same speed. I didn’t know about the emulator from Microsoft, I install it, thanks - Konstantin Emelyanov 9:44 pm
- There will be no sense, MSemu is not much faster, it is not possible to work simultaneously with these emulators, nerves for brakes and waiting end earlier :) only one is correct, + ADB device. - NewView pm
- @NewView yes, I already understood. Now installed the emulator from Microsoft. There, unfortunately, there are no such systems and APIs maximum 23. I don’t know, you can install other configurations with VisualStudio, but only these are autonomous. Apparently you need to buy a phone, and then some brakes. - Konstantin Emelyanov 10:31 pm
|