2016-09-30 2 views
0

イオンパッケージビルドにいくつか問題があります。 私は私のアプリをビルドするとき、私はこのエラーを持っている:タスク ':mergeReleaseResources'の実行に失敗しました

You have been opted out of telemetry. To change this, run: cordova telemetry on. 
ANDROID_HOME=/usr/local/src/android-sdk-linux 
JAVA_HOME=/usr/lib/jvm/java-8-oracle 
:preBuild UP-TO-DATE 
:preReleaseBuild UP-TO-DATE 
:checkReleaseManifest 
:CordovaLib:preBuild UP-TO-DATE 
:CordovaLib:preReleaseBuild UP-TO-DATE 
:CordovaLib:compileReleaseNdk UP-TO-DATE 
:CordovaLib:compileLint 
:CordovaLib:copyReleaseLint UP-TO-DATE 
:CordovaLib:mergeReleaseProguardFiles 
:CordovaLib:packageReleaseRenderscript UP-TO-DATE 
:CordovaLib:checkReleaseManifest 
:CordovaLib:prepareReleaseDependencies 
:CordovaLib:compileReleaseRenderscript 
:CordovaLib:generateReleaseResValues 
:CordovaLib:generateReleaseResources 
:CordovaLib:packageReleaseResources 
:CordovaLib:compileReleaseAidl 
:CordovaLib:generateReleaseBuildConfig 
:CordovaLib:generateReleaseAssets UP-TO-DATE 
:CordovaLib:mergeReleaseAssets 
:CordovaLib:processReleaseManifest 
:CordovaLib:processReleaseResources 
:CordovaLib:generateReleaseSources 
:CordovaLib:compileReleaseJavaWithJavacNote: Some input files use or override a deprecated API. 
Note: Recompile with -Xlint:deprecation for details. 

:CordovaLib:processReleaseJavaRes UP-TO-DATE 
:CordovaLib:transformResourcesWithMergeJavaResForRelease 
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForRelease 
:CordovaLib:mergeReleaseJniLibFolders 
:CordovaLib:transformNative_libsWithMergeJniLibsForRelease 
:CordovaLib:transformNative_libsWithSyncJniLibsForRelease 
:CordovaLib:bundleRelease 
:prepareAndroidCordovaLibUnspecifiedReleaseLibrary 
:preDebugBuild UP-TO-DATE 
:CordovaLib:preDebugBuild UP-TO-DATE 
:CordovaLib:compileDebugNdk UP-TO-DATE 
:CordovaLib:copyDebugLint UP-TO-DATE 
:CordovaLib:mergeDebugProguardFiles 
:CordovaLib:packageDebugRenderscript UP-TO-DATE 
:CordovaLib:checkDebugManifest 
:CordovaLib:prepareDebugDependencies 
:CordovaLib:compileDebugRenderscript 
:CordovaLib:generateDebugResValues 
:CordovaLib:generateDebugResources 
:CordovaLib:packageDebugResources 
:CordovaLib:compileDebugAidl 
:CordovaLib:generateDebugBuildConfig 
:CordovaLib:generateDebugAssets UP-TO-DATE 
:CordovaLib:mergeDebugAssets 
:CordovaLib:processDebugManifest 
:CordovaLib:processDebugResources 
:CordovaLib:generateDebugSources 
:CordovaLib:compileDebugJavaWithJavacNote: Some input files use or override a deprecated API. 
Note: Recompile with -Xlint:deprecation for details. 

:CordovaLib:processDebugJavaRes UP-TO-DATE 
:CordovaLib:transformResourcesWithMergeJavaResForDebug 
:CordovaLib:transformClassesAndResourcesWithSyncLibJarsForDebug 
:CordovaLib:mergeDebugJniLibFolders 
:CordovaLib:transformNative_libsWithMergeJniLibsForDebug 
:CordovaLib:transformNative_libsWithSyncJniLibsForDebug 
:CordovaLib:bundleDebug 
:prepareComAndroidSupportSupportCompat2420Library 
:prepareComAndroidSupportSupportCoreUi2420Library 
:prepareComAndroidSupportSupportCoreUtils2420Library 
:prepareComAndroidSupportSupportFragment2420Library 
:prepareComAndroidSupportSupportMediaCompat2420Library 
:prepareComAndroidSupportSupportV42420Library 
:prepareReleaseDependencies 
:compileReleaseAidl 
:compileReleaseRenderscript 
:generateReleaseBuildConfig 
:generateReleaseAssets UP-TO-DATE 
:mergeReleaseAssets 
:generateReleaseResValues 
:generateReleaseResources 
:mergeReleaseResources 
AAPT: libpng error: Read Error 
:mergeReleaseResources FAILED 

FAILURE: Build failed with an exception. 

* What went wrong: 
Execution failed for task ':mergeReleaseResources'. 
> Some file crunching failed, see logs for details 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. 

BUILD FAILED 

Total time: 4.182 secs 
Error: Error code 1 for command: /home/package/workspace/apps-ab71f554-17/cordova/platforms/android/gradlew with args: cdvBuildRelease,-b,/home/package/workspace/apps-ab71f545-17/cordova/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true 

それは私がプラグイン(トースト)を添加した後に起こると私は、ログとどのように問題を解決するために管理するを理解していないcordova prepare を作る。..

誰かがアイデアを持っていますか? ありがとうございます。

答えて

-1

これはアイコン画像の問題でした...これはすべてこのためです。

+1

あなたの答えにはこれとまったく何が書かれていれば、世界はより良い場所になりました。 –

関連する問題