gradle - Android Studio: "Import Module" changes structure of existing library -


i want import existing 3rd party library project own project module. use "new -> module -> import existing project" wizard of android studio 0.6.1, , job makes lot of modifications in source code of library (rearranges source folders, modifies build.gradle, etc.).

is there way can import library project is, no changes introduced import plugin?

looks there no way avoid modifications made import plugin. settings has 3 checkboxes related dependency management. tried uncheck of them still change project structure.

i managed add existing library projects manually: 1) copied library's directory under root directory of project. 2) referenced library in settings.gradle adding include ':librarya'. 3) added dependency project's build.gradle: compile project(':librarya').

moreover, after ide recognized library module , highlighted folder in bold font whithin project structure.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -