I have a problem using the android support library in my Android Studio project using gradle. If I add the support-library as dependency I will receive and "Error: Gradle: Execution failed for task ':AppName:dexDebug'. I have done a some researches and found the problem using the support-library with other dependencies which are using the support libraries as well (greendao 1.3.0). I would like to use a NavDrawer in my app, so I have to use these support library. If I remove the support library, of course I will receive an inflate error for the "android.support.v4.widget.DrawerLayout".
Does somebody here has an idea?
I used two kind of dependency-imports compile files('libs/android-support-v13.jar') and compile 'com.android.support:support-v4:13.0.0' cause of a found post in a forum. But that doesn't work, too.
Thanks for your support.
Regards, Marine