deathbeam / yae

Windows/Linux/Mac/Android/iOS/Ouya game engine for MoonScript, in MoonScript.
https://yae.io
MIT License
96 stars 5 forks source link

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

Open rodislav opened 9 years ago

rodislav commented 9 years ago

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'.
deathbeam commented 9 years ago

you must first run java -jar non.jar update. Read the wiki:

https://github.com/non-dev/non/wiki/Running-and-packaging-a-project#updating-project-data

rodislav commented 9 years ago

Sorry, my fault, the problem appears when I'm trying to build with gradle the project non, so to have non.jar, I must have it before :)

I'm using intellij Idea, and it downloaded and dependencies, everthing went fine, the problem seems to be in android module:

File '/home/rodislav/Projets/non-master/src/android/AndroidManifest.xml' specified for property 'manifest' does not exist.
deathbeam commented 9 years ago

You do not need to build non with Gradle, Non is wrapping gradle. Read working from source tutorial on Wiki, there you have explained how to build non.jar.

rodislav commented 9 years ago

ok, thanks

bonganiklaas commented 8 years ago

can you tell me how to fix this?

deathbeam commented 8 years ago

Fix what? Now engine is working totally differently. Do you have similar error?

bonganiklaas commented 8 years ago

i have the similar error, and i don't know how to fix it...

On Mon, Sep 14, 2015 at 8:19 PM, Tomas Slusny notifications@github.com wrote:

Fix what? Now engine is working totally differently. Do you have similar error?

— Reply to this email directly or view it on GitHub https://github.com/nondev/yae/issues/11#issuecomment-140165246.

deathbeam commented 8 years ago

So show me the error (console output) and I can help you better :smile:

oldbobbyfischer commented 2 years ago

Still the same error on 2022 running for the first time on emulator (works on chrome). everything updated, if I change build.gradle to 4.0.2 and gradle-wrapper to 6.4.1 or 7.1.1 and 7.2-all it works but isnt the correct solution, just an workaround, the log is :

FAILURE: Build failed with an exception.

BUILD FAILED in 12s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm)