« 行と列の覚え方 Main AnacondaでOpenGL »

Android Studio: AndroidX対応

なぜかこれまで動作していたアンドロイドアプリで、AndroidX絡みで「ERROR: This project uses AndroidX dependencies, but the ‘android.useAndroidX’ property is not enabled」と出るようになってしまった。

gradle.propertiesファイル内でこれを下記のように有効化しないといけなかった(いけなくなった?)らしい。

#gradle.properties
android.useAndroidX=true
android.enableJetifier=true

リンク

Leave a comment

Your comment