java8

  1. alis1200

    Java Question How to wrap Libs with java 8?

    Hi Is any way to wrap an android studio lib that syntaxed with java 8 to b4a lib? If it's impossible, say when java 8 syntax will be added to b4a? Thanx
  2. Ariyan Ahmadpour

    Android Question compile with java 8

    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 }
Top