Search code examples
androidandroid-studioimportmoduleimport-module

I can't Import Module from Source, The Finish button is off


enter image description herei want to use this module or other modules, the finish button is off. anyone has a same situation like me?

https://github.com/mohamad-amin/PersianMaterialDateTimePicker


Solution

  • it is a bug in android studio arctic fox. Google didn't response with any solution but for now you can do:

     1. copy your-module folder in your project directory.
     2.  Add below line in settings.gradle.
     3. include ':your-module' // your-module is module name.
     4. click sync now