nmmp
nmmp copied to clipboard
版本1.3.2 所以下列好像无效 检测倒 Prefs.getRegisterNativesClassName() 只在Kt界面引用了 所以 Prefs.setRegisterNativesClassName("com/aaa/bbb/NativeUtil") 设置无效 DexConfig 下 getRegisterNativesClassName 默认 是 "com/nmmedit/protect/NativeUtil" 需要修改这块
Could not resolve com.github.TimScriptov:preferences:1.0.1 repositories { google() mavenCentral() maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") maven { url = uri("https://www.jitpack.io") } }
rules模板
请教一下,有rules.txt模板吗,rules.txt怎样写比较合理?
Hello, when I changed the apk using version 1.3.0, it stayed at Starting. The same configuration can run normally on 1.2.8.
这个要怎么才可以显示图形界面?
Exception in thread "main" java.lang.ExceptionInInitializerError at androidx.compose.ui.awt.WindowComposeBridge.(WindowComposeBridge.desktop.kt:43) at androidx.compose.ui.awt.ComposeWindowDelegate.(ComposeWindowDelegate.desktop.kt:56) at androidx.compose.ui.awt.ComposeWindow.(ComposeWindow.desktop.kt:64) at androidx.compose.ui.awt.ComposeWindow.(ComposeWindow.desktop.kt:62) at androidx.compose.ui.window.Window_desktopKt$Window$3.invoke(Window.desktop.kt:180) at androidx.compose.ui.window.Window_desktopKt$Window$3.invoke(Window.desktop.kt:174) at androidx.compose.ui.window.Window_desktopKt$Window$10.invoke(Window.desktop.kt:407) at androidx.compose.ui.window.Window_desktopKt$Window$10.invoke(Window.desktop.kt:404) at androidx.compose.ui.window.AwtWindow_desktopKt$AwtWindow$2.invoke(AwtWindow.desktop.kt:70) at androidx.compose.ui.window.AwtWindow_desktopKt$AwtWindow$2.invoke(AwtWindow.desktop.kt:69) at androidx.compose.runtime.DisposableEffectImpl.onRemembered(Effects.kt:81) at androidx.compose.runtime.CompositionImpl$RememberEventDispatcher.dispatchRememberObservers(Composition.kt:1137) at...
apk加固后报错
java.lang.NoClassDefFoundError: com.nmmedit.protect.NativeUtil
我看了下jitpack.io最新版本1.0.7?