
Android
郎兴
不能杀死我的能使我更强大。
---尼采
展开
-
sitechecker2app-feature项目
Android Studio 项目结构如下:启动报错信息如下:06/08 12:35:16: Launching 'app' on Google Android SDK built for x86.$ adb shell am start -n "com.enovell.sitechecker2/com.enovell.sitechecker2.ui.activity.SplashActivity" -a android.intent.action.MAIN -c android.intent.原创 2020-06-08 12:43:49 · 337 阅读 · 0 评论 -
本地文件上传至远程仓库(gitee、github、gitlab ......)
登录github,创建远程仓库复制远程仓库url(后面克隆远程仓库到本地会用到url)回到桌面,右键点击Git Bash here把远程仓库克隆到本地郎兴@DESKTOP-DE3V8JB MINGW64 ~/Desktop$ git clone https://github.com/egger/demo.gitCloning into 'demo'...remote: Enumerating objects: 6, done.remote: Counting objects: 100原创 2020-06-02 16:09:34 · 315 阅读 · 0 评论 -
在 Activity、Fragment 中设置 RecyclerView 中 item 的点击事件
BorrowBookFragment.javapackage com.example.myapplication.ui.login.ui.home;//import...public class BorrowBookFragment extends Fragment { public RecyclerView rv_bookList; private List<Book> bookList = new ArrayList<>(); private Bo原创 2020-05-22 23:08:00 · 641 阅读 · 1 评论 -
Android连接SpringMVC配置信息
Android Studio 中的模拟器向此电脑的Tomcat服务器发送请求,Tomcat服务器的SpringMVC处理http请求,#报错信息:No Network Security Config specified, using platform default.Failed to connect to /192.168.xxxx:8080.解决方案:AndroidMainfest.xml文件配置如下<?xml version="1.0" encoding="utf-8"?><原创 2020-05-10 15:30:30 · 491 阅读 · 0 评论 -
Android Studio
Android Studio 启动AVD报错:9:32 Emulator: ERROR: Unable to access 'C:\Users\閮庡叴\.emulator_console_auth_token': emulator console will not work解决方案报错信息9:32 Emulator: ERROR: Unable to access ‘C:\Users\閮庡叴....原创 2020-05-07 10:10:23 · 213 阅读 · 0 评论