Import SDK from a published app in Studio.

0 votes
asked by about Android Studio
edited by

1 Answer

0 votes
No avatar answered by (329k points)

include ':appname', ':helloworldapp'

dependencies {
    compile project(':appname')
    compile 'com.android.support:appcompat-v7:+'
}

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...