
Android
f305176014
这个作者很懒,什么都没留下…
展开
-
AndroidStudio RunningDevices 点击断开连接 Lost connection to the device. See the error log.
Device Mirroring 点击屏幕断开链接...原创 2024-06-13 11:21:26 · 1029 阅读 · 0 评论 -
Android 依赖三方so库报错找不到dlopen failed:xxx not found 显示磁盘路径
app中有 a模块, 在a模块中通过cmake 构建 libso_a.so ,libso_a.so 依赖三方编译好的 libso_b.so, 编译运行后 打开即崩溃....通过设置配置,不使用全路径连接原创 2023-07-07 10:17:06 · 3518 阅读 · 1 评论 -
一加8手机【ColorOS Android 13】使用Android Studio在Debug断点调试时自动断开崩溃
一加8手机 ColorOS Android 13 Android Studio Debug断点调试 自动断开崩溃原创 2023-02-08 17:37:55 · 4543 阅读 · 5 评论 -
Starting : Intent{...} Error type 3...Error: Activity class {xxx/xxx.activity} does not exist
记 开发过程中 , 忽然手机运行程序就只能 安装 而不能自动打开进入了.....百度各种方法都不管用....-->1.关于package: 检查Manifest 中package :xxx 与 build.gradle 中android{ defaultConfig{ applicationId : xxxx } } 保持一致 ;或者将defaultConf...原创 2019-08-09 18:19:25 · 2193 阅读 · 1 评论