Unable to determine storage root for IntelliJ Android project error

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.

Any help? Thank!

+4
source share
1 answer

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.

+2
source

All Articles