走吧,别回头。
随笔分类 - Android Stdio学习
记录一些问题防止以后再出现
摘要:以按钮式跳转为例 首先设置一个button <Button android:id="@+id/btn_textview" android:layout_width="match_parent" android:layout_height="wrap_content" android:text="Te
阅读全文
摘要:public class AActivity extends AppCompatActivity { private Button btnJump; @Override protected void onCreate(Bundle savedInstanceState) { super.onCrea
阅读全文
摘要:记录一下在stdio使用过程中出现的问题和解决方法。 1.在虚拟机安装时出现 The emulator process for AVD Pixel_5_API_30 has terminated. 原因:安装时使用自定义安装后,修改了默认安装目录。而avd文件默认在 C:\Users\用户名.and
阅读全文