I have created a jar file in Eclipse of my Java project in JRE 1.7 compliance level in Windows 7 OS. The generated jar is running well on my system in a sample test application.
Now I want to use this jar in my android application on Mac OS with JRE 1.6.0. Will any conflict arise due to this because there are errors like ClassNotFound Exception
in android application using ADT 20 or davlik conversion failed error 1
.