12 2022 档案

摘要:android studio build/clean/rebuild项目时提示 Failed to delete some children. This might happen because a process has files open or has its working director 阅读全文
posted @ 2022-12-15 17:42 swalka`x 阅读(834) 评论(0) 推荐(0) 编辑
摘要:gradle编译问题: A problem occurred evaluating project ':login'. > Could not find method plugins() for arguments [build_2c31lk3groc7yx58a8uwub95i$_run_clos 阅读全文
posted @ 2022-12-09 01:44 swalka`x 阅读(2320) 评论(0) 推荐(0) 编辑
摘要:gradle报出问题 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use '--warning-mode all' to show the individual 阅读全文
posted @ 2022-12-08 16:12 swalka`x 阅读(440) 评论(0) 推荐(0) 编辑
摘要:Android Studio真机调试,直接运行的Install Apk问题 Installation did not succeed. The application could not be installed: INSTALL_FAILED_TEST_ONLY 处理办法: 就在gradle.pr 阅读全文
posted @ 2022-12-07 02:05 swalka`x 阅读(48) 评论(0) 推荐(0) 编辑
摘要:首先我们创建一个类 public class TestClass { public static void main(String[] args) { String string = "{\"name\":\"Bingo\",\"age\":18}"; System.out.println("数据长 阅读全文
posted @ 2022-12-05 03:36 swalka`x 阅读(516) 评论(0) 推荐(0) 编辑