【发布时间】:2015-12-08 08:23:43
【问题描述】:
我正在使用 react-native 0.14.1
react-native run-android
[3:10:56 PM] <START> find dependencies
Unable to resolve module image!ic_action_android_back_white3 from /Users/lion/Desktop/Developer/AwesomeProject/NewTrackActivity.js
Unable to resolve module image!ic_action_android_back_white3 from /Users/lion/Desktop/Developer/AwesomeProject/NewTrackActivity.js
如果我在 Genymotion 中强制打开我的应用程序,它会找不到我的图像。
需要未知模块图像!ic_action_android_back_white3
我尝试将图像移动到./android/app/src/main/res/drawable-xxx 和./assets/drawable-xxx,但都不起作用。
【问题讨论】:
-
this 工作!对我来说
标签: android image react-native packager