googlearchive / tango-examples-java

Example projects for Project Tango [deprecated] Java API
https://developers.google.com/ar
503 stars 300 forks source link

Master Project build.gradle? #80

Open MatthewGitter opened 8 years ago

MatthewGitter commented 8 years ago

This project would integrate a lot more smoothly with Android Studio if its toplevel project included a build.gradle instructing how to build each of the example subprojects. Instead, there are a lot of obstacles directly importing it into AS from Github, making it smoother to first clone it to a local directory then import each example's subproject into a separate AS project. But that leaves the subprojects unintegrated with each other, redundant instances of eg. the utils subproject, etc.