I found huawei have HMS Toolkit Cloud Debugging for testing, is it support for React Native? or is there any way to install our apps into the cloud device?
CodePudding user response:
You cannot run the react-native run-android
command to directly perform debugging. You need to run the gradlew assembleDebug
command to package the full APK and upload the APK to Cloud Debugging for testing.
You could directly access the CloudDebugging menu on the
Then select an appropriate test machine and upload the APK file for test.
According to the R&D team, we didn't have a specific adaptation for React Native. But if your app works fine on your test machine, it should be fine on Cloud Debugging as well.
To install app on Cloud Debugging, please download the HMS Toolkit plug-in in Android Studio firstly, then start Cloud Debugging and click Run app in the IDE to start the installation.
Pls kindly refer to the following link for more info: