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

How can I use libgdx with AndroidX #5341

Closed
1 task
spkingr opened this issue Aug 11, 2018 · 2 comments
Closed
1 task

How can I use libgdx with AndroidX #5341

spkingr opened this issue Aug 11, 2018 · 2 comments

Comments

@spkingr
Copy link

spkingr commented Aug 11, 2018

Issue details

Now the support library is migrated to androidX namespace, How can I use libgdx with androidX supported?

implementation "androidx.appcompat:appcompat:$androidx_version" //this does not work
//implementation 'com.android.support:appcompat-v7:27.1.1' //the old dependencies

Affected platforms

  • Android
@titanseason
Copy link

appcompat is not migrated to androidx. Use implementation 'com.android.support:appcompat-v7:27.1.1' as usual

@NathanSweet
Copy link
Member

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

3 participants