Hi, I have a problem when I compile my project with Gradle. It executes correctly gradle but when I compile the entire project It says "Cannot find symbol BaseAdapter". It fails in assembleDebug but AndroidStudio doesn't mark any error in the code. When it's running gradlew.bat assembleDebug -debug the output fails at line
11:32:54.580 [INFO] [org.gradle.api.internal.tasks.compile.jdk6.Jdk6JavaCompiler] Compiling with JDK Java compiler API. 11:32:56.740 [ERROR] [system.err] C:\Users\User55\AndroidStudioProjects\GolesMessenger3\app\src\main\java\gm\mobi\android\adapter\ConfigMatchAdapter.java:125: error: cannot find symbol 11:32:56.799 [ERROR] [system.err] public static class ConfigMatchItemsAdapter extends BaseAdapter { 11:32:56.803 [ERROR] [system.err] ^ 11:32:56.811 [ERROR] [system.err] symbol: class BaseAdapter 11:32:56.816 [ERROR] [system.err] location: class ConfigMatchAdapter 11:32:56.845 [ERROR] [system.err] C:\Users\User55\AndroidStudioProjects\GolesMessenger3\app\src\main\java\gm\mobi\android\adapter\TeamsAdapter.java:44: error: cannot find symbol 11:32:56.849 [ERROR] [system.err] public static class TeamsItemAdapter extends ArrayAdapter { 11:32:56.895 [ERROR] [system.err] ^ 11:32:56.900 [ERROR] [system.err] symbol: class ArrayAdapter 11:32:56.904 [ERROR] [system.err] location: class TeamsAdapter The number of errors are 19 The version of Android Studio is 0.8.0 and JDK is 1.7.0_51 i don't know if it's a bug or a gradle configuration issue. I appreciate any help you can send me back. Thank you, Inmaculada Alcón -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to adt-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.