Could not find HelloCordova-CordovaLib.apk
时间:2014-10-28 11:40:59
收藏:0
阅读:798
-
Right-click then Properties of your HelloCordova-CordovaLib project: in the "Android" tab, check that the "IsLibrary" checkbox is checked
-
Right-click then Properties of your HelloCordova project: in "Android" tab, "IsLibrary" must not be checked and your CordovaLib must be listed in the array under this checkbox + in "Java Build Path" tab", under "Projects", the "HelloCordova-CordovaLib" project must not be referenced.
评论(0)