1

Today I started working with Android Studio 0.3.6 and I need to export a library to my project. I found this question and I tried the different ways to add an external library but when I try to import it does not find the library namespaces.

Community
  • 1
  • 1
abaracedo
  • 1,404
  • 5
  • 26
  • 45
  • do read your question first,is it understandable for other or not also always add 4 or 5 tags to your questions so that it can attract the users to answer it. – Hamad Nov 19 '13 at 19:55

2 Answers2

1

If you read my answer on Adding external library in Android studio 0.3.6 it should give you the most up-to-date information for 0.3.6.

Sorry, I know it's confusing, and there's conflicting information out there. That's because the right functionality is slowly rolling out in Android Studio, and some of the functionality that was there didn't do the right thing, meaning developers had to come up with complex workarounds. Depending on what version of Android Studio was out at the time various Stack Overflow questions were asked, you may get different advice that no longer applies.

Community
  • 1
  • 1
Scott Barta
  • 79,344
  • 24
  • 180
  • 163
  • Your answer does link to a workaround. Android Studio is a fork of IntelliJ IDEA which works like a charm without all thise issues of Android Studio. I recommend using the original IDE instead of a broken fork in ALPHA stage. – kirsche40 Jan 07 '14 at 09:12
-2

Currently most features of Android Studio seems to be broken. I had the same issue and came to a real final solution: avoid Android Studio and use the origin IDE.

Community
  • 1
  • 1
kirsche40
  • 981
  • 1
  • 10
  • 19