I've been playing around with reverse engineering and I am having trouble recompiling after making an edit.
I first used apktool:
apktool d input.apk out
apktool b out
I then used dex2jar to convert classes.dex to jar then used JD-GUI to extract the java files. I went in and changed one string value so that everything would still be perserved but could see if it worked, so the code should all work. So I have the folder of the .java file called 'classes' and I've tried to use DX to convert back to a dex file. I enter:
dx --dex classes --no-strict
and get these errors: