luckyabsoluter
luckyabsoluter
`(scene as PackedScene).instantiate()` and `(node as Node).add_child()` (also contain Label nodes) are slow but editor profiler can't catch it. Keep it in mind.
I realized that `description` is not optional. ``` gdscript native_file_dialog.add_filter("*.png, *.jpg") # doesn't work native_file_dialog.add_filter("*.png, *.jpg", "Images (*.png, *.jpg)") # work ```
Additionally, the `curl -sLf https://raw.githubusercontent.com/Yisus7u7/termux-desktop-xfce/main/boostrap.sh | bash` command results in a 404 error. I also had to manually install `tigervnc` and `xfce` with `pkg install tigervnc` and `pkg install xfce`...
It runs on the Android Studio emulator(Android 13), but I haven't tested the actual functionality yet. EDIT I was able to run it on the Android Studio emulator and clone...
I've found that the DataUtil.safeToInt() method should be applied more broadly. For example, a error occurs on the following line: https://github.com/android-hacker/VirtualXposed/blob/4d844b551bff30554e610ce63dbc114d5d216fac/VirtualApp/lib/src/main/java/com/lody/virtual/client/hook/proxies/pm/MethodProxies.java#L981 To fix this and other similar assignment casts throughout...
I would like to evaluate the 'me.weishu:epic:0.11.1' being used here. Please refer to the following link: https://mvnrepository.com/artifact/me.weishu/epic Version 1.0.0 was released before 0.11.1, and it appears to support SDK29 (Q,...
# Issue (Solved) This error occurs simultaneously on both real Android 13 and x86_64 emulator, so it should be possible to debug through the emulator. The class `com.taobao.android.dexposed.DexposedBridge` cannot be...
``` FATAL EXCEPTION: main Process: de.robv.android.xposed.installer, PID: 7373 de.robv.android.xposed.XposedHelpers$InvocationTargetError: java.lang.NoClassDefFoundError: me.weishu.epic.art.method.Offset at de.robv.android.xposed.XposedHelpers.callStaticMethod(XposedHelpers.java:1316) at de.robv.android.xposed.XposedBridge.hookMethod(XposedBridge.java:208) at me.weishu.exposed.ExposedBridge.initForXposedInstaller(ExposedBridge.java:484) at me.weishu.exposed.ExposedBridge.initOnce(ExposedBridge.java:120) at com.lody.virtual.client.VClientImpl.bindApplicationNoCheck(VClientImpl.java:355) at com.lody.virtual.client.VClientImpl.bindApplication(VClientImpl.java:221) at com.lody.virtual.client.VClientImpl.bindApplicationForActivity(VClientImpl.java:216) at android.app.TransactionHandlerProxy.handleLaunchActivity(TransactionHandlerProxy.java:236) at android.app.TransactionHandlerProxy.handleLaunchActivity(TransactionHandlerProxy.java:233) at...
To resolve the issue, I will try applying `'com.github.tiann:epic:0.11.2'`, and if successful, I will use my forked repository. When I remove `'me.weishu:epic:0.11.1'` and try to use `'com.github.tiann:epic:0.11.2'`, the following error...
> You can remove this dependency. Just fix the compilation errors within it. This is not necessary. Sorry, I couldn't understand your intention. I analyzed and resolved it as follows:...