androidx的问题处理

1.新版本的android studio新建项目时,会强制使用androidx,但有时又不想用androidx。
如何去掉新建项目时 use androidx.* artifacts 这个选项,不使用androidx

在sdk manager直接取消勾选,android Q.
没法取消勾选,又没法更新。直接找到sdk\platforms的文件目录,删除android-29.

2.如何把旧的项目升级到androidx
请参考官方的说明 https://developer.android.google.cn/jetpack/androidx/migrate?hl=zh_cn

你可能感兴趣的:(androidx的问题处理)