cmd 下输入 chcp 65001在弹出的新窗口adb logcat -------------- 导出logcatadb logcat > D:\log.log清除log...
cmd 下输入 chcp 65001在弹出的新窗口adb logcat -------------- 导出logcatadb logcat > D:\log.log清除log...
在一些Android蓝牙项目当中,我们可能需要对蓝牙模块的API进行二次封装,相对来说有点麻烦。我最近发现一个很好用的蓝牙开源库——Android-BLE,分享出来希望能提高...
解决问题:Deprecated Gradle features were used in this build, making it incompatible with Gr...
<category android:name="android.intent.category.LAUNCHER"/>
冷启动秒开 目前基本上为了看到应用秒开的效果,我们都会在启动页的主题设置logo的背景图,如下这样: @drawable/layer_splash_space 将andro...
cmd输入flutter doctor一直卡住Waiting for another flutter command to release the startup lock....
1.首先保证Android studio的开发环境没有问题2.打开Android studio下载SDK28.0.33.打开"Git Bash" 输入 git clon...
1.添加相关权限,如: 2.代码
官方文档:https://developer.umeng.com/docs/66632/detail/98581 首先通过官方文档集成,功能正常,弹框正常,满足基本需求。 但...
参考文章:https://blog.csdn.net/lmj623565791/article/details/72859156#https://blog.csdn.net/...
七牛官网(Android 短视频 SDK):https://developer.qiniu.com/pili/sdk/3734/android-short-video-sdk...
参考《疯狂Android讲义》api 地址:https://developer.android.com/reference/android/widget/QuickConta...
Activity 设置 launchMode: standard Activity 默认的启动模式,这种模式下,每次 startActivity 都会在栈顶创建一个新的实例,...
注意: 四大组件都需要在manifest文件中进行配置 四大组件都需要在manifest文件中进行配置 四大组件都需要在manifest文件中进行配置 该标签为应用中用到的A...