Solved Mod Menu v2.8

Status
Not open for further replies.

mxiloe

Platinian
Original poster
Apr 5, 2022
13
1
3
0100111001101111
Hey guys..

I just tried to implement the mod menu template from lgl v2.8 into a game without changing anything to the mod menu codes, just to implement it first. I set all the lines in the android manifest + main activity file but after compiling, signing and opening the apk it just keeps crashing..

Is there anything wrong?

Code:
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>


            <service android:name="com.android.support.Launcher" android:enabled="true"

                android:exported="false" android:stopWithTask="true"/>

 

 

    

 

    invoke-static {p0}, Lcom/android/support/Main;->Start(Landroid/content/Context;)V
 

Ze6

Platinian
Mar 16, 2022
11
4
3
23
Etc...
✖
1 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
2 <service android:name="uk.lgl.modmenu.FloatingModMenuService" android:enabled="true" android:exported="false" android:stopWithTask="true"/>
3 invoke-static {p0}, Luk/lgl/MainActivity;->Start(Landroid/content/Context;)V
 

Ze6

Platinian
Mar 16, 2022
11
4
3
23
Etc...
sorry. I made a mistake
1.<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
2.<service android:name="uk.lgl.modmenu.FloatingModMenuService" android:enabled="true" android:exported="false" android:stopWithTask="true"/>
3.invoke-static {p0}, Luk/lgl/MainActivity;->Start(Landroid/content/Context;)V
 
  • Like
Reactions: mxiloe

Ze6

Platinian
Mar 16, 2022
11
4
3
23
Etc...
[QUOTE = "mxiloe、投稿:2861454、メンバー:2809125"]
両方の行を比較できるように、もう一度入力してくれてありがとう
[/引用]
大丈夫。あなたがそれを知ってくれてうれしいです!
 
  • Like
Reactions: mxiloe
Status
Not open for further replies.