他们在下面的手机屏幕版本中需要你的帮助:
-build-setup:
[getbuildtools] Using latest Build Tools: 20.0.0
[echo] Resolving Build Target for MyApp...
[gettarget] Project Target: Android 5.0.1
[gettarget] API level: 21
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: /project/bin
[mkdir] Created dir: /project/bin/res
[mkdir] Created dir: /project/bin/rsObj
[mkdir] Created dir: /project/bin/rsLibs
[mkdir] Created dir: /project/gen
[mkdir] Created dir: /project/bin/classes
[mkdir] Created dir: /project/bin/dexedLibs
[echo] ----------
[echo] Resolving Dependencies for MyApp...
>BUILD FAILED
/home/ec2-user/android-sdk/tools/ant/build.xml:573: ../../../../../../home/ec2-user/android-sdk/com.android.support:support-v4:+ resolve to a path with no project.properties file for project /project
Total time: 0 seconds
已经尝试过为此寻找答案但到目前为止没有任何效果。
答案 0 :(得分:0)
我也遇到了同样的错误,这可能是Phonegap构建服务器问题。
答案 1 :(得分:0)
我有同样的错误,只有当我尝试使用“com.phonegap.plugins.pushplugin”插件时。 如果我从config.xml文件中丢弃它,则错误消失。
答案 2 :(得分:0)
就我而言,我在安装cordova-plugin-local-notification
之后就遇到了问题构建我的cordova应用程序时,我会得到以下信息
*配置根项目'android'时出现问题。
无法解析配置':_debugCompile'的所有依赖项。 找不到与com.android.support:support-v4:+匹配的任何版本。 在以下位置搜索: https://github.com/joshcam/PHP-MySQLi-Database-Class/blob/b3754d20bcebf07d65d552b2257696539a1cb144/MysqliDb.php#L1074 https://repo1.maven.org/maven2/com/android/support/support-v4/maven-metadata.xml 要求: :机器人:未指定*
我运行了android sdk管理器。
在Extras中选择Android支持存储库进行安装(已安装Android支持库)。
然后它在安装后工作......