Android collecting failure: direct release 1.5 encountered with failure point release 1.7.

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

Greetings to all,
I am experiencing a lot of issues. I have to setup:
*JDK
java version "1.7.0"
Java(TM) SE Runtime Environment (build 1.7.0-b147)
Java HotSpot(TM) Client VM (build 21.0-b17, mixed mode, sharing)
*ANDROID
Android_SDKr12
*WINDEV MOBILE 16
Latest updated: Module Version: 16.0.133.4
Internal version: 06A160057k
After compilation for android tool I got the following error:

Failed to create the Android application called <D:My Mobile ProjectsAndroid BCExeAndroid BC.apk>.
Command Line: "D:Program FilesJavajdk1.7.0binjavac.exe" -encoding cp1252 -target 1.5 -d binclasses -bootclasspath "D:Program FilesAndroidandroid-sdk\platformsandroid-13android.jar" gencommycompanyandroid_bc*.java srccommycompanyandroid_bcwdgen*.java -classpath "libsWD160Android.jar"
Back to fault:
javac: point of reference release 1.5 go against with neglect source release 1.7

It looks like something from Windev as I am capable to pile up and debug with Eclipse IDE. Has anyone encountered the same issue? Any assistance would be very much appreciated.


 

SHARE
Answered By 15 points N/A #101861

Android collecting failure: direct release 1.5 encountered with failure point release 1.7.

qa-featured

Hi Carson Fernandez

 

                If you just copied the folder for JDK you Java will not really work. You need to fully install it because there are two separate folders for Java. One if for the program itself and the other is for the codes that you will input on it. If you have copied only one folder any code that you will input will not run.  But if you copied the two folder the program itself won`t run properly so the best way is just get a real and verified installer for java. Remove first the folders that you have copied then install this.

 

http://java.com/en/download/index.jsp

 

                                                                                                                Good Luck

Related Questions