I have have a .jar application compatible to JVM. How can I convert it to Dalvik compatible jar file?
I have come to know that using Java decompiler, I can convert all byte codes inside jar to source code. Is it the only option that I compile the source code with dx tool to make it Dalvik compatible?