0

I have an App that depends on this other module. "Make project" works, but trying to run it results in this error: enter image description here

Similar answers point to the gradle files, so here is a ss of them:

enter image description here

I have no idea what is going on. I followed very simple steps on how to create a java library for my android project from this question: How to create a library project in Android Studio and an application project that uses the library project and haven't been able to find my mistake so far.

Community
  • 1
  • 1
Rauter
  • 521
  • 2
  • 5
  • 16
  • I might have had similar problems and the solution was to include that library in gradle differently. But maybe this is completly unrelated, I am just throwing some sticks... – Alex Oct 28 '15 at 16:09
  • set multiDexEnabled=true. – We are Borg Oct 28 '15 at 16:10
  • Probably like `dexOptions { multiDexEnabled = true }` in the correct `gradle` file... – Alex Oct 28 '15 at 16:14

0 Answers0