I've been playing with the new build system, as it intregueues me alot. Unfortunately I've been hitting some.. odd.. snags, I managed to get ABS's code restructured in the layout it wants ( It didn't want ot work with the sourceset hack in the docs ), and it builds( As far as I can tell. ), and 'uploads' to a folder on my computer for other projects to pull from, that all works fine, on the library maven repo generation side of it.The problem appears to be that somewhere along the line, it's forgetting all about ABS and my custom library, becasue all that ends up in the .apk is the android support library's classes, it seems!build.gradle (app) is here: http://amanda.darkdna.net/p/a08ea ( With the library I made changed to examplelib )build.gradle (abs) is here: http://amanda.darkdna.net/p/1dbefthe build.gradle for my lib is mostly the same, just qwithout the support lib requirement.I'm very confused as to this, the only thing I can think of is the maven central's com.google.android:support-v4:r7 is wrong somehow, but If I can avoid writing yet another build.gradle for the support library, I am going to, thus the message here.Any help would be greatly appreciated,Amanda.
Actually it did fail, but the build still completed with a success, so I didn't think anything of the slew of mussing café babes. :P
I agree with Joe. The building has to work with Jdk 7. Running multiple JDKs is possible but eg. on OSX mountain lion actually pretty painful... And the default is 7, with 6 becoming deprecated in spring next year...
Manfred
Time to upgrade for you I guess ;-)