Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect project.properties missing references #22

Open
foobnix opened this issue Nov 29, 2017 · 0 comments
Open

Incorrect project.properties missing references #22

foobnix opened this issue Nov 29, 2017 · 0 comments

Comments

@foobnix
Copy link

foobnix commented Nov 29, 2017

Plugin not generate dependencies between libraries, for example
It's not possible to use it with Eclipse :((

for example

dependencies {
    compile 'com.google.android.gms:play-services-ads:11.4.2'
    compile 'com.google.android.gms:play-services-location:11.4.2'
}

aars/com.google.android.gms-play-services-base-11.4.2

target=android-26
android.library=true

But correct project.properties should be like

target=android-26
android.library=true
android.library.reference.1=../google-play-services-basement-11.4.2
android.library.reference.2=../google-play-services-tasks-11.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant