jberkel / android-plugin

An sbt plugin for Android development in Scala
https://groups.google.com/forum/#!forum/scala-on-android
Other
476 stars 113 forks source link

Document the project named "project" created parallel to generated android projects. #158

Open jimfulton opened 11 years ago

jimfulton commented 11 years ago

When I do:

g8 jberkel/android-app

and answer the questions, I get 2 directories, a directory containing my project, and a separate "project" directory, containing a boot directory. I didn't know what this directory is for or whether I needed to manage it in some way.

After much flailing (exacerbated by a faulty adb server and git rate limits :) I figured out that this is something created by giter8. I surmise that:

I hope I surmise correctly. :)

You provide nice documentation, I suggest including at least minimal documentation of this so others don't have to puzzle it out as I have (assuming I have).