yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

android build error #370

Closed dariotarantini closed 5 years ago

dariotarantini commented 5 years ago

I just try to compile to android with nake -d:release droid . but i get this error:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'com.mycompany.NimxApp'.
> org.xml.sax.SAXParseException; systemId: file:/home/dario/Scrivania/AndroidTest/build/android/com.mycompany.NimxApp/src/main/AndroidManifest.xml; lineNumber: 19; columnNumber: 19; Il tipo di elemento "activity" deve essere seguito dalle specifiche di attributo ">" o "/>".

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

* Get more help at https://help.gradle.org

BUILD FAILED in 34m 42s
yglukhov commented 5 years ago

Make sure to set SDL_NOME env var to the source code of sdl, which can be downloaded from the official site. I've improved the error in naketools.nim.

yglukhov commented 5 years ago

Duplicate of #354