Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 405
iman ahmadpour Avatar asked Sep 21 '25 07:09

iman ahmadpour


1 Answers

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
like image 161
Mostafa Onaizan Avatar answered Sep 22 '25 20:09

Mostafa Onaizan