yae icon indicating copy to clipboard operation
yae copied to clipboard

gradle build error: specified for property 'manifest' does not exist

Open rodislav opened this issue 9 years ago • 9 comments

Hello,

when I'm trying to build the project with gradle , I get this error:

01:29:21: Executing external task 'build'...
Configuration on demand is an incubating feature.
:android:preBuild
:android:compileDebugNdk
:android:preDebugBuild
:android:checkDebugManifest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':android:checkDebugManifest'.
> File '/home/rodislav/Projets/non-master/src/android/AndroidManifest.xml' specified for property 'manifest' does not exist.

* 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: 9.921 secs
File '/home/rodislav/Projets/non-master/src/android/AndroidManifest.xml' specified for property 'manifest' does not exist.
01:29:31: External task execution finished 'build'.

rodislav avatar Jan 15 '15 23:01 rodislav