AndroidX?
See original GitHub issueHello, I was wondering if you guys/gals are going to do a namespace migration to androidx
in this project.
I’m asking this because on my current project I’m getting errors:
Failed to resolve: com.google.android.material:material:1.1.0
Failed to resolve: androidx.fragment:fragment:1.1.0
Failed to resolve: androidx.recyclerview:recyclerview:1.1.0
(...)
It would be good to see a working sample with recommended practices. I’ve been following the guide but with no success, also I included the experimental:
# AndroidX
android.enableJetifier=true
android.useAndroidX=true
Running on:
Android Studio 3.2 Canary 15
Build #AI-181.4668.68.32.4773949, built on May 10, 2018
JRE: 1.8.0_152-release-1136-b02 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.12.6
Project: https://github.com/JoaquimLey/transport-eta/tree/migration/jetpack
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
AndroidX Overview - Android Developers
AndroidX is a major improvement to the original Android Support Library, which is no longer maintained. androidx packages fully replace the ...
Read more >androidx-main - GitHub
Development environment for Android Jetpack extension libraries under the androidx namespace. Synchronized with Android Jetpack's primary development branch ...
Read more >android - What is AndroidX? - Stack Overflow
AndroidX is a major improvement to the original Android Support Library. Like the Support Library, AndroidX ships separately from the Android OS ...
Read more >What is AndroidX Library in Android? - GeeksforGeeks
The Android Extension Library, often known as AndroidX, is the new open-source project that is a significant upgrade to the original Android ...
Read more >What Is AndroidX? - Better Programming
First things first. AndroidX stands for Android E X tension Libraries. This simple denotation makes it clearer for an experienced developer what's behind...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reopening and assigning to me, as we do want to incorporate AndroidX
Resolved by #185