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
I just try to compile to android with
nake -d:release droid .
but i get this error: