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

1

4

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

Sorgo answered 20/8, 2021 at 13:13 Comment(0)
O
7

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
Osswald answered 20/8, 2021 at 23:11 Comment(1)
This bug was solved in the new update. Update your android studio to solve this problem.Antoinetteanton

© 2022 - 2024 — McMap. All rights reserved.