android 引入 SweetAlertDialog步骤
1.在build.gradle 中引入:
implementation ‘com.github.f0ris.sweetalert:library:1.5.1’
2.引入完,会报这个错,
3. 在AndroidManifest.xml 加入
xmlns:tools=“http://schemas.android.com/tools”
tools:replace=“android:icon”
1.在build.gradle 中引入:
implementation ‘com.github.f0ris.sweetalert:library:1.5.1’
2.引入完,会报这个错,
3. 在AndroidManifest.xml 加入
xmlns:tools=“http://schemas.android.com/tools”
tools:replace=“android:icon”