码迷,mamicode.com
首页 >  
搜索关键字:android_studio pulltorefresh    ( 6019个结果
[Flutter]在Mac上安装Flutter运行环境
一、安装Xcode 二、安装Android Studio 三、下载Flutter SDK 地址:https://flutter.dev/docs/development/tools/sdk/releases#macos 四、解压缩到合适的目录 五、配置环境变量,设置代理 vim ~/.bash_pr ...
分类:系统相关   时间:2021-01-13 10:55:46    阅读次数:0
2021年寒假生活日报告-第四天 (android开发记账本进度三)
今日学习进度: 1.从Android Studio中导出数据库: View -> Tool Windows -> Device File Explorer -> data -> data -> 找到相应项目 -> .db文件(Save as 导出)-> 打开Navicat -> 新建链接 -> 导入 ...
分类:移动开发   时间:2021-01-11 10:44:05    阅读次数:0
安卓获取签名文件信息
在开发过程中经常会需要用到签名文件的MD5、sha256,怎么获取这些值呢,往下看 一、使用Android Studio右侧gradle命令获取 稍等片刻可以看到控制台输出了如下信息: 第一种方式结束 二、使用命令获取 keytool.exe -list -v -keystore "签名文件路径" ...
分类:移动开发   时间:2021-01-08 10:44:28    阅读次数:0
android app no modules 错误,不能运行
https://stackoverflow.com/questions/29087882/android-studio-run-debug-configuration-error-module-not-specified 更新gradle / gradle plugin解决问题 I was tryi ...
分类:移动开发   时间:2021-01-06 12:17:32    阅读次数:0
Error:Unable to locate adb within SDK in Android Studio
https://stackoverflow.com/questions/27301960/errorunable-to-locate-adb-within-sdk-in-android-studio 注意在File->project structure中选择sdk等 Finally after se ...
分类:移动开发   时间:2021-01-06 11:54:51    阅读次数:0
Android studio启动调试时报错“Unable to open debugger port XXXX
解决办法 在terminal中重启下server D:\Android_projects>adb kill-server D:\Android_projects>adb start-server ...
分类:移动开发   时间:2020-12-31 11:51:22    阅读次数:0
Android jni 中打印logcat日志
1.在android.mk文件中 (android studio jni项目中可以省略这一步) 在include $(CLEAR_VARS)下面一行添加: LOCAL_LDLIBS := -llog 2.在c文件中添加头文件 #include<android/log.h> 和自定义方法 #defin ...
分类:移动开发   时间:2020-12-19 13:02:08    阅读次数:1
AndroidStudio中提示:This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ property is not enabled
场景 Android Studio中在新建项目时勾选了 Use legacy android.support licrary 然后在运行项目时提示: This project uses AndroidX dependencies, but the ‘android.useAndroidX‘ prop ...
分类:移动开发   时间:2020-12-11 12:11:50    阅读次数:9
android studio 导入外部库文件,以及将项目中module变成library引用依赖
一:导入如百度地图等的外部类。 步骤:1.首先 将androidstudio项目显示切换到 project 状态显示项目 2.然后添加.jar文件,将所有的.jar文件放入libs文件夹内(libs文件夹就在项目文件夹下),然后在引入的.jar文件上右键然后点击 Add As Library... ...
分类:移动开发   时间:2020-12-10 10:41:40    阅读次数:8
android studio 点击布局文件隐藏弹出的键盘。
在布局根节点加上下面三行 android:id="@+id/view_parent" android:clickable="true" android:focusableInTouchMode="true" 在代码中监听view_parent的FocusChangeListener事件 view_p ...
分类:移动开发   时间:2020-12-09 12:22:44    阅读次数:17
6019条   上一页 1 2 3 4 5 6 ... 602 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!