Android Question compile with java 8

Ariyan Ahmadpour

New Member
Licensed User
hi friends
how can we compile b4a project with java 8?

Android Studio gradle code :

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
 

Peter Simpson

Expert
Licensed User
Longtime User
What version of jre and jdk do you have installed on your computer?
 
Upvote 0
Top