上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 132 下一页
摘要: 最近在用模拟器调试android项目时,频繁出现以下错误提示: Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGEPlease check logcat output for more details.Launch canceled! 也知 阅读全文
posted @ 2022-02-12 22:39 txwtech 阅读(319) 评论(0) 推荐(0)
摘要: 、、 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match 阅读全文
posted @ 2022-02-12 14:53 txwtech 阅读(63) 评论(0) 推荐(0)
摘要: <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_par 阅读全文
posted @ 2022-02-12 14:13 txwtech 阅读(76) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-02-12 11:19 txwtech 阅读(147) 评论(0) 推荐(0)
摘要: @Override是Java5的元数据,自动加上去的一个标志,告诉你说下面这个方法是从父类/接口 继承过来的,需要你重写一次,这样就可以方便你阅读,也不怕会忘记 @Override是伪代码,表示重写(当然不写也可以),不过写上有如下好处: 1>可以当注释用,方便阅读 2>编译器可以给你验证@Over 阅读全文
posted @ 2022-02-12 11:15 txwtech 阅读(192) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_29440353/article/details/89327485 阅读全文
posted @ 2022-02-12 10:47 txwtech 阅读(43) 评论(0) 推荐(0)
摘要: Call to WHvSetupPartition failed: ERROR_SUCCESS (Last=0xc000000d/87) (VERR_NEM_VM_CREATE_FAILED) 解决win10 WSL2 引起 VirtualBox 启动问题 罪魁祸首:https://docs.mic 阅读全文
posted @ 2022-02-11 09:59 txwtech 阅读(893) 评论(0) 推荐(0)
摘要: package com.example.sl3_3; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import andro 阅读全文
posted @ 2022-02-10 21:33 txwtech 阅读(94) 评论(0) 推荐(0)
摘要: package com.example.sl3_2a; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.graphi 阅读全文
posted @ 2022-02-10 20:37 txwtech 阅读(45) 评论(0) 推荐(0)
摘要: eclipse如何新建安卓app项目程序 eclipse如何新建安卓app项目程序 <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/androi 阅读全文
posted @ 2022-02-10 20:14 txwtech 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 89 90 91 92 93 94 95 96 97 ··· 132 下一页