Error initializing Cordova: Class not found

后端 未结 13 1410
清歌不尽
清歌不尽 2020-12-14 00:09

I followed the tutorial of Phonegap from the official Phonegap.com site (getting started with Android).

I have created project with following all the steps.

13条回答
  •  抹茶落季
    2020-12-14 00:17

    You can resolve this when using phonegap command line by doing the following:

    1. Delete merges/android, platforms/android, plugins/android.json

    2. run phonegap local build android

提交回复
热议问题