Matthew Xu
Matthew Xu
你是在 Android 12 的系统上安装的吧,出现了如下的错误吧: Installation failed due to: 'INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1502521510.tmp/base.apk (at Binary XML file line #27): com.lzf.easyfloat.example.activity.MainActivity: Targeting S+ (version 31 and above) requires that an...
https://developer.android.com/about/versions/10/highlights https://developer.android.com/about/versions/10/behavior-changes-all https://developer.android.com/about/versions/10/features 等等
> > The example code in this repo doesn't use `serialPort.open`. I tried putting `serialPort.configure` after `final port = SerialPort(address);` but still ran into the same issue. What's weird is...
解决了,原来我对文件 就是上面的操作。 注意文件读取过程中,不要写zip文件,不然会引入崩溃。 谢谢了 @ATeamMac2014
这个可以设置保留的天数, 
是的,我也遇到了这个问题。尤其在 App 长期打开之后,不用。数据会变得很多。 希望他能过滤一下,只抓特定 IP 的。比如只抓 模拟器里的数据。
目前我没发现,但是他的端口会在重启 App 之后有机会变成 9121 ,然后发现救无法抓包了。需要关闭之后,再打开。
我目前的做法是,关闭 App ,稍等一会儿再打开 App(十几秒钟)。他就没有这个问题了。