Error initializing Cordova: Class not found

后端 未结 13 1401
清歌不尽
清歌不尽 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:42

    It is config.xml not configs.xml.

    Based on the logs I'm seeing you are missing this file in your apps res/xml directory. It is included as part of the distribution at lib/android/res/xml/config.xml so copy that file into your res/xml directory and you should be all set.

    0 讨论(0)
提交回复
热议问题