我正在尝试开发一个Phonegap应用程序( Android / IOS). 我已经在Phonegap Build中创建了1个私有应用程序.所以现在我收到一个错误说 [phonegap] detecting Android SDK environment...[phonegap] using the remote en
我已经在Phonegap Build中创建了1个私有应用程序.所以现在我收到一个错误说
[phonegap] detecting Android SDK environment... [phonegap] using the remote environment [phonegap] compressing the app... [phonegap] uploading the app... [error] {"error":"Private app limit reached"}
如何使用Phonegap CLI创建公共应用程序.
更新的答案phonegap build android
要么
cordova build android
对于发布版本:
cordova build android --release
[已过时]
这是解决方案.它可能会帮助别人.
我们不必创建公共应用程序.创建一个应用程序并在本地构建它.要使用CLI在本地构建应用程序,请使用以下命令
>phonegap local build android [phonegap] adding the Android platform... [phonegap] compiling Android... [phonegap] successfully compiled Android app