I have a decompile problem java code | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I have a decompile problem java code

I made an app a while time ago, fully functional, now I rescue it, and try to decompile, but in the code appears: public class Charge extends Activity { public static final int...; Button...; TextView...; /* Renamed from: com.project.Charge$1 */ class C01821 implements OnClickListener { C01821( ) { } public void onClick(View v)... } C01821? I don't have idea what replace this method but is next to the name class... Maybe the constructor, whatever name, the class name, how can I solve this enigma, thanks

9th Jan 2019, 3:26 AM
Gato Salamanca
Gato Salamanca - avatar
3 Antworten
+ 1
When uploading an app to Google Play there is an automatic encryption process to make it harder to copy your app. By making the names of classes, methods and variables unclear it makes it hard to understand a code and therefore use it. There is no way to decrypt the code unless you have the original code. Also every method that has the same name as the class is a constructor.
16th Jan 2019, 11:27 AM
Eldar Bakerman
0
O.o thanks
16th Jan 2019, 12:02 PM
Gato Salamanca
Gato Salamanca - avatar
0
Mark my answer my best if it satisfies you,😄
16th Jan 2019, 1:15 PM
Eldar Bakerman