前几天我尝试使用expo build:android
构建我的react本机项目并且它已成功构建但我不知道为什么apk的大小太大到25MB,因为我只是在App.js文件中编写代码它只有大约200行代码!
所以我要求小组提供解决方案,其中一位成员说我应该eject
我的项目并手动构建它。
最近我尝试eject
并使用yarn android
构建它,但我收到错误,例如找不到index.android.bundle
文件(Android设备中的错误),index.android.js
文件(在浏览器),adb reverse
无法运行(在linux终端中)如何修复这些错误?
here is the screenshot of adb reverse error。
here is the screenshot of index.android.bundle
请我帮忙
我正在使用64位的Linux OS Ubuntu 16.04 与Android 4.4.2连接。 react-native版本:0.55.2