2

私はネイティブ スクリプトの食料品の git リポジトリの新しいクローンを作成し、angualr-start ブランチをチェックアウトし、「platform add android」を実行してから、「tns run 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 にアップグレードします。

4

1 に答える 1

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
于 2016-07-01T19:01:22.947 に答える