我无法从源代码导入模块,“完成”按钮已关闭
I can't Import Module from Source, The Finish button is off
enter image description here我想使用这个模块或其他模块,完成按钮是关闭的。有和我一样情况的吗?
https://github.com/mohamad-amin/PersianMaterialDateTimePicker
这是 android studio arctic fox 中的一个错误。
Google 没有回应任何解决方案,但现在您可以这样做:
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
enter image description here我想使用这个模块或其他模块,完成按钮是关闭的。有和我一样情况的吗?
https://github.com/mohamad-amin/PersianMaterialDateTimePicker
这是 android studio arctic fox 中的一个错误。 Google 没有回应任何解决方案,但现在您可以这样做:
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