All Questions
3 questions
0
votes
1
answer
1k
views
Android setup library dependencies for module
The Background:
I have an Android project, where I want to refactor specific functions into one module. My app structure looks like this:
MyApp
|--app
|----build.gradle
|--myNewModule
|----build....
1
vote
1
answer
77
views
How can I create Android module library inside Android module library
I try to create module which is controller for XXX sdk module. So I create new module library (controller) and want to add sub module XXX sdk module. Can you give some advises how to do this?
9
votes
1
answer
4k
views
Change project file structure after migrating from Eclipse to Android Studio gradle structure
I have migrated a project from Eclipse. The project still has the "old" project file structure from eclipse (see http://developer.android.com/tools/projects/index.html). Is there a way to ...