APK shows error after the updates of the program

Asked By 0 points N/A Posted on -
qa-featured

Hello,

I have updated tool APK to Java and now this error appears when I want to open some files for my Sony Xperia phone. Is there a way to roll back the new updates ? What should I do to repair this error ?

Thank you experts !

Error

Invalid input file

‘D:DekumentumokXperiaAPKtoJavatoolsclasses-dex2jar.jar’

SHARE
Answered By 590495 points N/A #194407

APK shows error after the updates of the program

qa-featured

I guess there is really something wrong with what you did or with the file you selected to open with the APK to Java application. First of all, as what the name implies, it converts Android packages or installers into Java. The application is capable of decompiling APK packages into JAR files or the installer used by Java applications.

So, generally, when you start the application it will always look for APK files and not JAR files because it has only one task to do, to decompile APK packages. That’s the reason why that error was caught when you selected “classes-dex2jar.jar” to open with the application. If you want to open JAR files and see what’s in it, you can use file extractors such as 7-Zip or WinRAR.

I’ve already tried opening one Java file on my computer and it contains many files inside such as MIDI, AMR, PNG, and other files needed by the application. If you don’t want to see that error again, make sure you select a valid Android package or a Smartphone app installer with “.apk” extension name.

Related Questions