Hi
this is my first try ever to build apk file and my fusion developer version is R293.1 with android exporter up to date.
i installed android studio and i pasted the android SDK Pathname box in the preferences and pasted in the Java SDK directory: (C:\Program Files\Android\Android Studio\jre).
the error message i receive is this:
Configure project :app
WARNING: The option 'android.useDeprecatedNdk' is deprecated.
The current default is 'false'.
It has been removed from the current version of the Android Gradle plugin.
NdkCompile is no longer supported
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Trailing char < > at index 44: C:\Users\username\AppData\Local\Android\Sdk \package.xml
* 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 784ms
so, what shall i do to fix it?
thanks in advance.