Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Huawei Android Emulator

I'm developing an Android app using Huawei's Push service. I have installed DevEco IDE plugin within Android Studio. But I don't have any Huawei device to test. So my question is that there is any Huawei's Android phone emulator or not for Windows PC. So, I can test and debug app. Thanks in advance.

like image 620
Android Geek Avatar asked Nov 04 '19 11:11

Android Geek


People also ask

How do I create an emulator app?

In the Android SDK Manager, select Tools | Manage AVDs. In the Android Virtual Device Manager, click the New button to create a new virtual device. In the Create new Android Virtual Device (AVD) dialog box, select an Android device to emulate, and enter the details describing the Android device you want to emulate.

Can Android Studio be used as emulator?

The Android Emulator enables you to test your app on many different devices, virtually. The emulator comes with Android Studio by default, so you shouldn't have to manually install it. The basic workflow with the emulator goes as follows: Verify that you have the system requirements.

Which Android emulator is fastest for Android Studio?

LDPlayer allows players to run Android APP and Games smoothly on their computers. LDPlayer is the second most popular emulator in the world. It's South East Asia's best and the fastest android emulator within the gaming market. LDPlayer allows players to run their mobile games and app on PC for free.


1 Answers

Huawei provides cloud debugging functionality for Huawei developers as a free service.

If you use Huawei SDKs, you should have Huawei Developer Account. Just need to login Huawei developer console and follow below instruction;

Updated Link https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddebug-realtimedebug

This functionality is really simple to use, The cloud debugging function allows for remote debugging on real devices. In the debugging process, you can view device information, upload and install your APK to the remote devices, obtain operation logs, and save the logs to your local computer for analysis.

like image 131
MSalihKarakasli Avatar answered Oct 11 '22 18:10

MSalihKarakasli