Hello!
I’m working with Corona Native, and I have a problem while building my application from the command line. When I run the command:
export ANDROID_HOME=/Users/hahe/Library/Android/sdk
cd android
./build.sh
ADB tells me that:
:app:mergeDebugAssets FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ‘:app:mergeDebugAssets’.
> unable to create new native thread
I’m not sure what’s causing this error. Is it possible that it has to do with using Corona plugins with the native building process? I have seen a post about a similar issue (https://forums.coronalabs.com/topic/63434-hiccups-with-android-studio-build-process-failed-to-load-and-execute-mainlua/), but I don’t see any intermediates folder that would be affected by the solution discussed there. I’m lost! Any help, please?
Cheers