本来打算不写这个demo的,因为之前发过一篇类似的,不过,现在看起来很是没有逻辑性
重新写了这个demo作为Sweet Alert Dialog的一个展示及使用方法
Sweet Alert Dialog github地址
第一步:下载github上的压缩包,在AS中新建项目,
第二步:AS左上角File->New->Import Module,选择下载的zip中的Library
第三步:(这一步有些是自动导入的,无需理会)设置Library,导入模块
第四步:在File——Project Structure——app+Dependencies中
选中SweetAlertDialog即可
第五步:删除红框内容
第六步:更改红框内容
第一个更改为app的build.gradle 中的compileSdkVersion
第二个更改为minSdkVersion
第三个compile更改为implementation
第七步:更改清单文件AndroidManifest.xml
tools:replace="android:icon,android:theme,android:allowBackup,android:label,android:supportsRtl"
第八步:根据SweetAlertDialog的Usage写代码
代码GitHub上很详细,值得一说的就是,
我在第四步遇到了我必须要解决的bug,如果你也遇到了,请留言,我会接着写出来