duangsues.is_a? SaltedFish
60 subscribers
609 photos
6 videos
91 files
562 links
🌶🐔🐟 duangsuse 的日常
尤其喜欢发些奇奇怪怪的东西
和转载别人的东西
Download Telegram
Forwarded from Mario
 onApplyWindowInsets 

方法不执行是咋回事儿😳
Forwarded from Mario
我想取状态栏高度
Forwarded from Rikka
如果 怎么都不行 可以 getRootWindowInsets(
Forwarded from Mario
看来这个
OnApplyWindowInsetListener
的回调的调用时机,还要深入研究下
Forwarded from Mario
其实是一样,只不过做了版本判断
Forwarded from Mario
因为设置那个 listener 要求 api 21 以上
Forwarded from Deleted Account
JNI DETECTED ERROR IN APPLICATION: the return type of CallVoidMethodV does not match void xxx
Forwarded from Deleted Account
第三方的so文件
Forwarded from ag
2. jni反射调用了一个java函数
Forwarded from ag
3.然后 方法签名写错了
Forwarded from Deleted Account
Fatal signal 6 (SIGABRT), code -6
Forwarded from ag
不然你可以自己 做一个包装类
Forwarded from ag
那你按照它的反射的方法签名 自己声明一个
Forwarded from Deleted Account
反射+动态代理这么弄的
Forwarded from serendipityfeynman
打扰请教一个问题,我把一个 apk 签名了系统签名,通过 adb root / adb remount / adb push *.apk /system/app 后,尝试了各种办法都无法卸载这个应用,重启了还是显示 0kb 和 未针对此用户安装 。我尝试了 adb shell / pm uninstall -k --user 0 xxx.xxx 提示 ailure [not installed for 0] ,是多用户的原因吗?请问如何解决?谢谢
Forwarded from Yang Y
adb shell pm path packagename ,拿到安装路径,然后删掉,重启机器,就卸载了