我做了一个nativescript杂货git repo的新鲜克隆,检查了angualr-start分支,做了平台添加android'然后运行android' (我的android设备连接) 应用程序出现并显示以下错误:pastebin.com/1YbThGkZ
错误中最重要的部分可能是:
java.lang.ClassNotFoundException: Didn't find class "com.tns.FragmentClass" on path: DexPathList[[zip file "/data/app/org.nativescript.groceries-1/base.apk"],nativeLibraryDirectories=[/data/app/org.nativescript.groceries-1/lib/arm, /data/app/org.nativescript.groceries-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /systementer code here/lib]]
解决方案:升级到本机脚本(和tns-core-modules)v2.1
答案 0 :(得分:4)
升级到本机脚本(和tns-core-modules)v2.1
sudo npm install nativescript -g --unsafe-perm
tns plugin remove tns-core-modules
tns plugin add tns-core modules