
Android(Kotlin)
--ADEE
这个作者很懒,什么都没留下…
展开
-
使用sea SDK 功能前请设置隐私权政策是否弹窗告知用户
AMapLocationClient.updatePrivacyAgree(this, true) AMapLocationClient.updatePrivacyShow(this, true, true)原创 2021-12-09 11:36:34 · 3352 阅读 · 3 评论 -
Some Kotlin libraries attached to this project were compiled with a newer Kotlin compiler and can‘t
implementation 'androidx.core:core-ktx:1.0.2'把版本号改低原创 2021-11-25 22:03:10 · 1420 阅读 · 0 评论 -
android 导入项目问题01
Manifest merger failed : uses-sdk:minSdkVersion 8 cannot be smaller than version 9 declared荒唐而可笑 2016-04-26 19:41:16 16492 收藏 4分类专栏: AndroidStudio常见问题 文章标签: Android版权AndroidStudio常见问题专栏收录该内容1 篇文章0 订阅订阅专栏问题完整描述:Error:Execution failed for task ‘:..原创 2021-10-23 23:38:24 · 240 阅读 · 0 评论 -
相对布局的使用的规则
android:layout_alignParentBottom="true" 底部android:layout_alignParentRight="true" 最右android:layout_centerInParent="true" 最中间<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/...原创 2021-09-23 16:50:45 · 89 阅读 · 0 评论