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
阅读全文
摘要:gradle编译问题: A problem occurred evaluating project ':login'. > Could not find method plugins() for arguments [build_2c31lk3groc7yx58a8uwub95i$_run_clos
阅读全文
摘要:gradle报出问题 Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use '--warning-mode all' to show the individual
阅读全文
摘要:Android Studio真机调试,直接运行的Install Apk问题 Installation did not succeed. The application could not be installed: INSTALL_FAILED_TEST_ONLY 处理办法: 就在gradle.pr
阅读全文
摘要:首先我们创建一个类 public class TestClass { public static void main(String[] args) { String string = "{\"name\":\"Bingo\",\"age\":18}"; System.out.println("数据长
阅读全文