ldlywt
ldlywt
请问将WanAndroidApp 中的Hook打开,跑不起来,直接Crash ,请问什么原因 ? ` DexposedBridge.hookAllConstructors(ImageView.class, new XC_MethodHook() { @Override protected void afterHookedMethod(MethodHookParam param) throws Throwable { super.afterHookedMethod(param); DexposedBridge.findAndHookMethod(ImageView.class, "setImageBitmap", Bitmap.class, new ImageHook()); } });`

 代码设置如下: ``` val scanBox = mScanView.scanBox with(scanBox) { setBorderSize(ViewUtils.dpToPx(180, this@ParkletStationScanActivity), ViewUtils.dpToPx(180, this@ParkletStationScanActivity)) setMaskColor(ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorQrCodeOverlay)) setScanLineColor(listOf(ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary), ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary), ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary))) setCornerColor(ContextCompat.getColor(this@ParkletStationScanActivity, R.color.colorPrimary)) setScanNoticeText("") invisibleFlashLightIcon() **}** ``` 希望大佬有时间解一下
面试宝典写的很棒,希望能加点linux的面试知识点,还可以提供个赞赏二维码
我clone下来一直报这个错,怎么弄 ` Caused by: net.sqlcipher.database.SQLiteException: file is encrypted or is not a database: , while compiling: select count(*) from sqlite_master;`
你好,我想点击按钮后,图标竖直排列上去,我应该怎么设置,GridLayout好像不能设置竖直吧
如果pageview上面有一个seekbar,进度条一直在走的话,OnViewPagerListener会进行多次调用,如下图  求解