摘要: 1,安装jdk,jre并配置环境变量(细节不说) 2,安装eclipse(解压安装包,打开就可以) 3,安装sdk(也是解压,然后运行sdkmanager.exe) 要以管理员运行,然后下载需要的包, 4,安装adt插件 5,结束 具体步骤: https://blog.csdn.net/wangto 阅读全文
posted @ 2021-04-04 18:37 IT龚哞哞 阅读(469) 评论(0) 推荐(0)
摘要: bug: Gradle version 2.10 is required. Current version is 4.8.1. 解决:下载相应的版本 bug2: failed to find Build Tools revision 24.0.1 解决: bug3: Re-download depe 阅读全文
posted @ 2021-04-04 16:52 IT龚哞哞 阅读(92) 评论(0) 推荐(0)
摘要: 啦啦啦 bug1: Attempt to invoke virtual method 'android.content.Context cn.bmob.v3.BmobWrapper.getApplicationContext()' on a null object reference 解决: 在cs 阅读全文
posted @ 2021-03-31 13:54 IT龚哞哞 阅读(102) 评论(0) 推荐(0)
摘要: 嘿,我胡汉三又回来了!!! 问题1:Class referenced in the manifest, cn.bmob.v3.util.BmobContentProvider, was not found in the project or the libraries 划线的部分爆红, 解决: 将b 阅读全文
posted @ 2021-03-30 09:51 IT龚哞哞 阅读(428) 评论(0) 推荐(0)
摘要: bug: Plugin "ADB WiFi Connect" is incompatible (supported only in IntelliJ IDEA 原因: 解决: 找到C:\Users\Administrator\AppData\Roaming\Google\AndroidStudioP 阅读全文
posted @ 2021-03-29 08:05 IT龚哞哞 阅读(302) 评论(0) 推荐(0)
摘要: 问题: Invalid Gradle JDK configuration found. Open Gradle Settings Change JDK location 解决: https://blog.csdn.net/vichild/article/details/106751866 Andro 阅读全文
posted @ 2021-03-28 09:24 IT龚哞哞 阅读(270) 评论(0) 推荐(0)
摘要: 关于genymotion的模拟器无法链接网络的问题,net::ERR_NAME_NOT_RESOLVED 参照:https://blog.csdn.net/fesdgasdgasdg/article/details/53907065 阅读全文
posted @ 2021-03-27 12:06 IT龚哞哞 阅读(49) 评论(0) 推荐(0)
摘要: 问题: 安装genymotion之后,打开模拟器的时候,出现unable to start the virtual device问题: 我的解决办法是吧virtual box 换成低版本,因为我一开始下载的是最新的6.x,后来去这个地方:https://www.xiazaiba.com/dl/815 阅读全文
posted @ 2021-03-27 12:04 IT龚哞哞 阅读(59) 评论(0) 推荐(0)
摘要: 续:day2(usb调试) 参考文章https://blog.csdn.net/qq_35251502/article/details/80770448 Android studio里设备没更新的手机重新连接一下,设备连接:如图 ​ MOB ​ 在eclipse搭建安卓环境: 参考https://b 阅读全文
posted @ 2021-03-27 12:02 IT龚哞哞 阅读(106) 评论(0) 推荐(0)
摘要: bug: Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-6.1.1-all.zip'. 原因: 这是因为无法将所需要的gradle进行下载,这时就需要手动进行下 阅读全文
posted @ 2021-03-17 09:04 IT龚哞哞 阅读(308) 评论(0) 推荐(0)