hello everyone, my godot has a little big problem, when i export the project in android it start compiling and when it complete the installation on output tab i see written: "Installing to device (please wait...) : Huawei LYA-L09" but on my phone nothing appears. how can i solve? i done the literally same things to set the android export on another computer and it works (same phone different pc), thanks
Are you exporting to an .apk file, and then installing with adb? If not, that might display more information.
In some cases, disconnecting and reconnecting the USB cable helps.
i tried to create. apk and move to phone then installing with manager or using godot android icon near the play button, but both not work, triend plug off and in some times
Did you try using adb? For example: adb install YourProject.apk
adb install YourProject.apk
Does this show your phone? adb devices -l
adb devices -l