2016-09-30 2 views
0

이온 패키지 빌드에 몇 가지 문제가 있습니다. 난 내 응용 프로그램을 빌드 할 때 난이 오류가 : 내가 어떻게 문제를 해결하기 위해 관리하는 플러그인 (토스트)와 cordova prepare 내가 로그를 이해하지 못하는하고 추가 후작업 ': 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 

이 ..

를 발생

누군가 아이디어가 있습니까? 미리 감사드립니다.

답변

-1

아이콘 이미지의 문제 일뿐입니다.

+1

세계가 더 나은 곳이었습니다. 답안에 정확히 무엇이 쓰여 있었습니까? –

관련 문제