How can I run my application on a Huawei Phone with DevEco Studio? - huawei-mobile-services

I would like to use a Huawei phone emulator but the simulator only shows Tablet, TV and Smartwatch.
It seems very strange to me that the most common device is the Telephone and and that is not available.
DevEco Studio Version: 1.2.0.501

Related

can Samsung note 2 and j2 prime runs in android studio?

I use android studio and I ask about, can I connect the Samsung galaxy note 2 and Samsung galaxy j2 prime plus to android studio and run the flutter app on this device
I didn't find any tutorial on youtube and I need help...
It should also work with your phones. You might need to enable development mode first and maybe install some drivers.
From the Samsung homepage:
Plug your Samsung mobile device into your computer using a USB cable
If you are using a Windows computer, go to Samsung Android USB Driver for Windows, then download and install the USB driver onto your computer
Enable developer options on your device by going to Settings > About device > Software info and tapping Build number seven times. (Devices with Android 4.1 or older already have developer options displayed by default.)
Turn on USB debugging by tapping Settings > Developer options > USB debugging
See all the details here: https://developer.samsung.com/mobile/galaxy-sdk-getting-started.html

Notification length on Android emulator: Pixel 3a

I'm trying to send push notifications to devices that come from a different backend so are not at all managed by the app or Android Studio.
I've been testing it with an Android Studio emulator and a flutter app. Anyway, when I get the message on the emulator it's not shown completely, meanwhile, with a real device I can see it entirely.
Is that an emulator problem, or a device one?
I'm using Pixel_3a_API_33_x86_64.
Are there some settings that I can change in the SDK Manager or in Virtual Device Manager?

App Launch: The Huawei Lite Simulator supports only Lite projects

When trying to run my test app on a HVD emulator, I get the following error message:
App Launch: The Huawei Lite Simulator supports only Lite projects.
Meanwhile I've realized, that currently one can only use hardware or a remote emulator for such a project. But when trying to set this up, the Harmony OS Virtual Device Manager responds with 404:
Is there anything to do about it?
I haven't tried with DevEco Studio on Windows so far, but with Android Studio on Linux, which appears to be functioning now.
With HMS Toolkit version 1.0.5, it will ask for Huawei ID and then also lists devices in Düsseldorf or Ireland (where the one is a city and the other a country). However, there are currently only EMUI ROM available. It integrates better than before, but without an HarmonyOS 2.0 ROM, it still doesn't provide the expected environment.

Flutter for iOS device

Can I use Android Studio in macOS to run flutter app(for debug and hot reload) on my personal iPhone after I have registered my device using Apple ID on Xcode? Or will I need to use Xcode itself if I want to run my app on a physical iPhone.
Thanks.
q : Can I use Android Studio in macOS to run flutter app(for debug and hot reload) on my personal iPhone after I have registered my device using Apple ID on Xcode?
a : You can use
q :Or will I need to use Xcode itself if I want to run my app on a physical iPhone.
a : You can run it directly from android studio
install and run flutter on mac

Device (Android) not found - Flutter from ChromeOS

I've just installed Flutter on a Chromebook, together with Android Studio and VSCode (and all the plugins). All good so far, I've created that new project to test if / how it runs but unfortunately no android phone is recognized.
Mentions:
I've tried on 2 phones, both with Developer Options ON and USB Debugging ON. The phone is cable-connected to laptop
I run flutter doctor and all is green, with one exception: no devices available.
Any suggestions?
Many thanks!