Android Project Structures, Libraries and the Embedded Case

2015-08-13 Thread Joe Bowser
Hey So, as you know, Google switched from supporting Eclipse to supporting their IntelliJ based Android Studio IDE, and in an effort to keep up, we followed them, somewhat. One thing we didn't do is update our project structure so it works similar to an Android Studio one, and there's a reason

Re: Android Project Structures, Libraries and the Embedded Case

2015-08-13 Thread Andrew Grieve
The structure isn't a big deal to me, because it seems to work fine in Android Studio how it is. Moving plugins to maven as .aar files is actually possible now by using a maven ref in a framework within you plugin.xml. On Thu, Aug 13, 2015 at 2:05 PM, Joe Bowser bows...@gmail.com wrote: Hey

Re: Android Project Structures, Libraries and the Embedded Case

2015-08-13 Thread Joe Bowser
On Thu, Aug 13, 2015 at 12:02 PM Andrew Grieve agri...@chromium.org wrote: The structure isn't a big deal to me, because it seems to work fine in Android Studio how it is. If you create a Cordova project and shove it into Android Studio, that works. If you have a legacy project and shove it