输入图像描述此处如果要使用此模块或其他模块,则finish按钮关闭。有人和我有同样的情况吗?
https://github.com/mohamad-amin/PersianMaterialDateTimePicker
这是android studio arctic fox的一个bug。谷歌没有给出任何解决方案,但现在你可以这样做:
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