I've updated to Android Studio v0.2.11 and I still have the same error. Just for the sake of completeness: I'm on Ubuntu 10.04.
Thanks to anyone that can help me. Sebastiano On Thursday, October 3, 2013 6:40:40 PM UTC+2, rock3r wrote: > > Hello, I've got a project I'm trying to port from the old build system > (and IntelliJ IDEA) to Gradle (and Android Studio). I've managed to port > most of the stuff, and everything works up until the point where I build > the project. > > When I build the project I get this error message: > > Information:5 errors > Information:Compilation completed with 6 errors and 0 warnings in 5 sec > Information:6 errors > Information:0 warnings > Error:Gradle: Execution failed for task ':NFCLottery:compileDebug'. > > Compilation failed; see the compiler error output for details. > > /media/sources/pub/NFCLotteryProject/NFCLottery/src/main/java/.../nfclottery/MainActivity.java > Error:Error:line (38)Gradle: package net.sourceforge.cardme.engine > does not exist > Error:Error:line (39)Gradle: package net.sourceforge.cardme.vcard does > not exist > Error:Error:line (52)Gradle: cannot find symbol class VCardEngine > Error:Error:line (242)Gradle: cannot find symbol class VCardEngine > Error:Error:line (264)Gradle: cannot find symbol class VCard > > The problem is that the dependency is setup seemingly fine, as Android > Studio gets it and allows to navigate to definitions etc. > > Attached you can find the project directory tree and the various > build.gradle files. > > Thanks for your help! This is going to be open-sourced once it builds :D > > Sebastiano > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

