jiyuren

Results 9 comments of jiyuren

刚试了一个方法,就是不要在 TinkerApplication 的子类里写方法,什么方法都不要写,把方法全部写在DefaultApplicationLike的子类里,就不会出现 which is not loader class, this may cause crash when patch is loaded 这个错误了 ![QQ截图20220415160117](https://user-images.githubusercontent.com/8176530/163543262-c54f5300-ba5a-459d-84ab-14a2759c1a9d.png) 主要根据这位兄弟的代码测出来的 https://github.com/shaycormac/BuglyHotfixDemo

I have a question, if my gradle version is com.android.tools.build:gradle:3.5.4 ,it working ,if it's com.android.tools.build:gradle:4.0.0, it can't generate getter setter, and what you gradle version is?

your plugin not work for me ![无标题](https://user-images.githubusercontent.com/8176530/163310408-3ea5b06a-856a-4205-b872-96760d2c8e59.png) [lombok-plugin-0.34.1-2022.2.zip](https://github.com/mplushnikov/lombok-intellij-plugin/files/8486110/lombok-plugin-0.34.1-2022.2.zip) this plugin work for me ,but just below gradle version 4.0.0, I want upgrade my gradle version ,and [lombok-intellij-plugin](https://github.com/mplushnikov/lombok-intellij-plugin) build error

modify you install.py insert sys.path.append('../YOUR_PATH') the launch module is your launch.py just import it

modify you install.py insert sys.path.append('../YOUR_PATH') the launch module is your launch.py just import it

> 报错吗 有没有配置插件 没有报错,你这说明上面没说springboot只要做一步操作,而且我新建了一个springboot demo添加了那个插件也不能识别注释呢

> > Are you sure this is happening with Skia? This looks like the sort of rendering problem that could be caused by an issue in the Vulkan renderer. Either...

可以把这些代码写到一个单独的build-flutter.gradle 文件里,然后引用它试试, apply(from = "build-flutter.gradle")