I am trying to create an Android application that I encoded and I get the following error:
Error:build: Cannot determine build data storage root for project /Users/Flo/Programming/Android/workspace/<ProjectName>
I said src, and genhow source foldersand reshow resource folder.
src
gen
source folders
res
resource folder
Any help? Thank!
First you must create a project (as in the workspace in Eclipse), it will generate the .idea directory. And then create a module (like a project in Eclipse) as part of this project. Finally, you can successfully launch your application.