Help! Help Me please

Numark

Awesome Active Platinian
May 23, 2017
116
930
193
but it still doesn’t appear on the menu
Recheck base64 image in the main.cpp, either you deleted something that caused the image to not show up, or didn't convert it right, or probably something else.
 

NullCoder

Inactive Approved Modder
Jun 8, 2020
110
901
93
21
None
I also had it, I don’t remember how I fixed it, but try instead:
if (IconWebViewData ()! = null) {
mCollapsed.addView (wView);
} else {
mCollapsed.addView (startimage);
}
Use this:
mCollapsed.addView (startimage);
 

NullCoder

Inactive Approved Modder
Jun 8, 2020
110
901
93
21
None
It seems that if you add this to the apk without changing Java itself, you will be fine. Try