I am switching from Eclipse to Android Studio . I have a couple of third-party libraries that I added to some functions or changed a bit. Since libraries in Eclipse are also projects, and we can access the code, I had no problems.
In the Android Studio test, the compile in dependencies fine, but in my case I cannot use it, unfortunately.
I developed the project and made the necessary changes and will add the project as a module in Android Studio. Since the library project already has settings.gradle , as well as sample and library modules, there is a mess in my project and it does not compile at all.
Anyone having this kind of problem? What to do and what is the correct path to forked libraries?
source share