dexOptions {
javaMaxHeapSize "4g"
}
still no luck.
The build seems to be successful. It's when I ask it to run a native debug session that I get this error.
I can run gradle assembledebug from the terminal command and get a successful build.
We're struggling with trying to migrate our tool chain for our large, mostly native c/c++ android application from a command line ndk-build / ant debug / ndk-gdb command line debugging, based strategy
to Android Studio. I'm not sure the tool is ready for us but we really want to continue the pilgrimage to get it working. I've got lot's of questions but this is the current road block.
any help is appreciated.
Thanks
Hugh