【发布时间】:2021-10-22 01:08:42
【问题描述】:
enter image description here我想使用这个模块或其他模块,完成按钮已关闭。有没有人和我一样的情况?
https://github.com/mohamad-amin/PersianMaterialDateTimePicker
【问题讨论】:
标签: android android-studio import module import-module
enter image description here我想使用这个模块或其他模块,完成按钮已关闭。有没有人和我一样的情况?
https://github.com/mohamad-amin/PersianMaterialDateTimePicker
【问题讨论】:
标签: android android-studio import module import-module
这是 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
【讨论】: