每当我尝试制作应用并希望将其上传到phonegap时,我都会收到错误:
C:\Users\Guus\Dropbox\html 5 app\test>phonegap run android
[phonegap] detecting Android SDK environment...
[phonegap] using the remote environment
[phonegap] compressing the app...
[phonegap] uploading the app...
[error] {"error":"app 620684 not found"}
我做错了什么?
我正在使用Windows 8.1,昨天该应用确实有效
有时候我也会在html代码中出现另一个错误
http://pastebin.com/PFqeA7LT或见下文:
C:\Users\Guus\Dropbox\html 5 app\test>phonegap run android
[phonegap] detecting Android SDK environment...
[phonegap] using the remote environment
[phonegap] compressing the app...
[phonegap] uploading the app...
[error] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator,
[no address given] and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
C:\Users\Guus\Dropbox\html 5 app\test>phonegap run android
[phonegap] detecting Android SDK environment...
[phonegap] using the remote environment
[phonegap] compressing the app...
[phonegap] uploading the app...
[error] {"error":"app 620684 not found"}