上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 46 下一页
摘要: # encoding:utf-8 #1.window电脑(mac或者linux)上安装frida,安装步骤: # 1)先安装python环境(可选安装npm环境,最好安装一下) # 2)pip install frida-tools # CLI tools 地址:https://github.com 阅读全文
posted @ 2022-06-11 21:52 yongfengnice 阅读(572) 评论(0) 推荐(0) 编辑
摘要: sudo su - //接着输入密码切换到su环境 python -m ensurepip //使用python确保安装pip工具,当然前提是安装了python了呀 阅读全文
posted @ 2022-06-11 10:36 yongfengnice 阅读(237) 评论(0) 推荐(0) 编辑
摘要: android开发android.app.RemoteServiceException: Bad notification posted from package com.suyf.test: Couldn't create icon: StatusBarIcon(icon=Icon(typ=RES 阅读全文
posted @ 2022-05-31 10:33 yongfengnice 阅读(466) 评论(0) 推荐(1) 编辑
摘要: Android开发Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.错误的解决方法 问题描述: Android Gradle plugin requires Java 11 to run. 阅读全文
posted @ 2022-05-26 15:30 yongfengnice 阅读(1530) 评论(0) 推荐(1) 编辑
摘要: android开发kotlin编译出错Module was compiled with an incompatible version of Kotlin 问题描述 Module was compiled with an incompatible version of Kotlin. The bin 阅读全文
posted @ 2022-05-26 14:29 yongfengnice 阅读(12308) 评论(0) 推荐(0) 编辑
摘要: flutter开发The ADB at "androidSdk\platform-tools\adb.exe" is too old; please install version 1.0.39 or later.错误的解决方法 问题描述: 构建flutter项目时没有问题,跑起来时出现错误:The 阅读全文
posted @ 2022-05-26 14:22 yongfengnice 阅读(267) 评论(0) 推荐(0) 编辑
摘要: flutter开发Build failed due to use of deprecated Android v1 embedding错误的解决方法 问题描述: 构建flutter项目时错误了这个错误:Build failed due to use of deprecated Android v1 阅读全文
posted @ 2022-05-26 14:20 yongfengnice 阅读(3512) 评论(0) 推荐(1) 编辑
摘要: flutter开发No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi错误的解决方法 问题描述: What went wrong: Execution failed fo 阅读全文
posted @ 2022-05-25 16:56 yongfengnice 阅读(1512) 评论(0) 推荐(0) 编辑
摘要: android开发 [CXX1104] NDK from ndk.dir at androidSdk\ndk\21.1.6352462 had version [21.1.6352462] which disagrees with android.ndkVersion [21.0.6113669] 阅读全文
posted @ 2022-05-25 15:20 yongfengnice 阅读(1854) 评论(0) 推荐(0) 编辑
摘要: 在开发时,有时需要在app启动时打上断点,一跑起来往往来不及打断点了。 所以,需要一种方法,提前打好断点,然后debug模式打开app,就停止断点处,有没有这样方法呢? 解决方法:首先同样是打好断点先,然后通过adb命令行模式debug模式启动 启动方法:adb shell am start -D 阅读全文
posted @ 2022-05-20 18:04 yongfengnice 阅读(220) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 46 下一页