Tutorial [Discontinued] Android mod menu template for il2cpp and native games

No, but you can remove the code or set soundEnabled to false
Code:
android.support.v4.
using such a library in the menu is not the best option, not every game has an android.support library, and it is already outdated, now androidx is used. I did everything on purpose without any support so that there would be no problems later :), but it's not so simple :). For a good menu, you would need a custom view, not an alert dialog, or as I did on the frame layout ..
 
Great work :face11: :face11:

you can clone through Android studio itself. It easy
Did not know that. I'll try it out :))

Code:
android.support.v4.
using such a library in the menu is not the best option, not every game has an android.support library, and it is already outdated, now androidx is used. I did everything on purpose without any support so that there would be no problems later :), but it's not so simple :). For a good menu, you would need a custom view, not an alert dialog, or as I did on the frame layout ..
android.support.v4. is not even used tho. I forgot to remove them
 
hello why button text can not use chinese???
What do you mean?
I have tested chinese characters in the buttons, it is working fine

1586709376694.png
 
why crash game?
open the game, i see the icon View attachment 209396 and after 4 sec, crash
Maybe you are doing something wrong with your hook or kittymemory
I need logcat

can you try to use chinese input "Category",i try it,but not work ,show nothing
Work for me. Tried simplified and traditional chinese. Something wrong on your system
What is your Windows version and Android Studio version?
And what Android version are you testing on?

1586772613463.png
 
Maybe you are doing something wrong with your hook or kittymemory
I need logcat


Work for me. Tried simplified and traditional chinese. Something wrong on your system
What is your Windows version and Android Studio version?
And what Android version are you testing on?

View attachment 209513
oh my god! why i cant? so sad. i do nothing, just build the project and test ,and then cant show
 
Back
Top Bottom