nativescript&#t; tns运行android'抛出ClassNotFoundException

时间:2016-07-01 19:00:09

标签: nativescript angular2-nativescript

我做了一个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

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