Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fail #7

Closed
liaohuqiu opened this issue Aug 3, 2015 · 2 comments
Closed

build fail #7

liaohuqiu opened this issue Aug 3, 2015 · 2 comments

Comments

@liaohuqiu
Copy link

2015-07-31T09:20:38+00:00: ./gradlew assembleDebug
:app:preBuild UP-TO-DATE
:app:preDebugBuild UP-TO-DATE
:app:checkDebugManifest
:app:preReleaseBuild UP-TO-DATE
:shapeloading:compileLint
:shapeloading:copyReleaseLint UP-TO-DATE
:shapeloading:mergeReleaseProguardFiles
:shapeloading:preBuild UP-TO-DATE
:shapeloading:preReleaseBuild UP-TO-DATE
:shapeloading:checkReleaseManifest
:shapeloading:prepareReleaseDependencies
:shapeloading:compileReleaseAidl
:shapeloading:compileReleaseRenderscript
:shapeloading:generateReleaseBuildConfig
:shapeloading:generateReleaseAssets UP-TO-DATE
:shapeloading:mergeReleaseAssets
:shapeloading:generateReleaseResValues
:shapeloading:generateReleaseResources
:shapeloading:packageReleaseResources
:shapeloading:processReleaseManifest
:shapeloading:processReleaseResources Position 4:25-47 : No resource found that matches the given name (at 'background' with value '@drawable/aa_dialog_bg').

 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shapeloading:processReleaseResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/data1/android-sdk-linux/build-tools/21.1.2/aapt'' finished with non-zero exit value 1

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

BUILD FAILED
@AndroidDeveloperLB
Copy link

I have the same issue. the file "aa_dialog_bg" is missing.
But, you can just replace it with a color, like "#FFffffff" .
Then it works fine.

@zzz40500
Copy link
Owner

fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants