Recently I have created react-native debug apk.
I have given this apk to my testing team , testing team want to debug this apk, but they don't have source code, so they unable to debug apk.
They just want to see performance and api calls. Is react native app possible to debug without having source code??
I have created app by following below url. Build and Install unsigned apk on device without the development server?
Error:https://ibb.co/7GZ1MQB
1条答案
按热度按时间z18hc3ub1#
为什么他们不使用Android-Studio启动APK呢?那里有一些方便的工具可以分析,并且有logcat可以查看应用中发生的所有操作。
不需要reactNative -源代码。