vimasig
vimasig
Error at photo and logs looks different. Speaking for photo: It looks like you need to add library which contains javax.microedition.lcdui.Graphics class. Speaking for logs: Looks like you are trying...
Closing, assuming it's fixed
> > Sometimes you can't obfuscate every name, and you obfuscated textureWidth with your own name so it can't find it > > but i added all minecraft packages to...
Java does have a 65535 byte limit for each method. When obfuscating heavily, the method can exceed that limit. Bozar will ignore obfuscation on that method and your program should...
Can you share console output?
I should add [WARN] prefix to that message :/ I explained the meaning of that warning in #11 About your question, we can assign String values to fields directly. But...
> > I should add [WARN] prefix to that message :/ I explained the meaning of that warning in #11 > > About your question, we can assign String values...