所以我正在使用phonegap而且我无法解决为什么我无法运行Phonegap build android。
我已经尝试过,通过Android工作室添加Android版本,我已尝试刷新并在android studio中构建。
我不确定您需要查看哪些文件,所以请告诉我,我会提供这些文件。
我随时都会收到此错误:
NSMutableAttributedString *titleAttrStr = [[NSMutableAttributedString alloc] initWithString:str attributes:keyFontDict];
编辑:整个过程:
* What went wrong:
Execution failed for task ':processDebugResources'.
>
com.android.ide.common.process.ProcessException:
org.gradle.process.internal.ExecException: Process 'command
'/Users/mathewmorse/Library/Android/sdk/build-tools/23.0.2/aapt''
finished with non-zero exit value 1
BUILD FAILED
Total time: 13.317 secs
Error: Error code 1 for command:
/Users/mathewmorse/Documents/www/susu/platforms/android/gradlew with
args: cdvBuildDebug,
b,/Users/mathewmorse/Documents/www/susu/platforms/android/build.gradle,-
Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
答案 0 :(得分:0)
当你运行:phonegap提供ProjectName时,它在浏览器上运行。它很可能不会在浏览器中使用该图标。在部署.apk文件时将使用它们。因此,只需创建这些文件或通过以下方式启动一个新项目:phonegap create NewProjectName,然后编辑您已创建的www文件夹中的html文件。