VanConsday

Results 2 issues of VanConsday

下载demo 在小米6手机上 android 版本 9 2019-10-29 11:07:49.486 16145-16423/com.tinkerpatch.easy_sample E/Tinker.PatchRequestCallback: Plz make sure you fill the correct appVersion and appKey in tinkerpatch.gradle. Or create the correspond project in tinkerpatch.com 提示这个

我是在Activity 中使用的 FloatWindow .with(getApplicationContext()) .setView(mView) .setWidth(Screen.width, 0.2f) //设置悬浮控件宽高 .setHeight(Screen.width, 0.2f) .setX(Screen.width, 0.8f) .setY(Screen.height, 0.3f) //.setTag("class3") .setMoveType(MoveType.slide, 80, 80) .setMoveStyle(500, new BounceInterpolator()) .setViewStateListener(mViewStateListener) .setPermissionListener(mPermissionListener) //.setDesktopShow(true) .build(); FloatWindow.get().show(); 总会报这个异常,FloatWindow of this tag...