I’m currently flowing this blog for how to make a simple Android Java Unity plugin, and I seem to be stuck on creating a library module after exporting the project from Unity to Android Studio. The prompt tells me that “project needs to be converted to androidx.* dependencies” before I can create the module. I did the migrate to AndroidX under refactor, but it still says I need to convert it. I’ve tried cleaning and rebuilding the project to no avail.
How to fix "project needs to be converted to androidx.* dependencies" in Android Studio after export
After doing the migrate, I get a prompt saying “no uses found in this project.” But it still says the project needs to be converted.
