随笔分类 - Android
摘要:1.安装Android SDK https://www.androiddevtools.cn/ 下载SDK Tools 2.配置Android SDK file->project->structure->SDKs,点+,选择add android SDK,然后选择下载好的SDK路径 3.配置grad
阅读全文
摘要:Intent用法 1.显示Intent 2.隐式Intent 启动活动 <activity> android:name=".SecondActivity" android:exported="true"> <intent-filter> <!-- 自动添加到隐式intent--> <category
阅读全文