HI,
I recently installed android mode and ran a test sketch which seems to run fine however i then added the emulator (ARM version) and now when i try to run a sketch on the emulator or on a device i get the following initial error (followed by lots of gradle stuff):
> Task :app:processDebugMainManifest FAILED
/tmp/android169680983177640219sketch/app/src/main/AndroidManifest.xml:5:9-10:20 Error:
Missing 'name' key attribute on element activity at AndroidManifest.xml:5:9-10:20
/tmp/android169680983177640219sketch/app/src/main/AndroidManifest.xml Error:
Validation failed, exiting
See http://g.co/androidstudio/manifest-merger for more information about the manifest merger.
> Task :app:mergeDebugResources
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed with multiple errors, see logs
Can anybody explain what is going on here or should i just uninstall the emulator image - i dont really need it.
Any help is much appreciated.
Cheers.