Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Android build with OpenJDK 11 (#2681)
We need to target Java 8, not 11, so pass the argument explicitly. This avoids dex errors when launching the application on the phone: Suppressed: java.io.IOException: Failed to open dex files from /data/app/~~f8ynkbFXC9Wk5KqkL_6evA==/com.google.chip.chiptool-zDQFz6dhQ1G1vVGvQcGP0w==/base.apk because: Failure to verify dex file '/data/app/~~f8ynkbFXC9Wk5KqkL_6evA==/com.google.chip.chiptool-zDQFz6dhQ1G1vVGvQcGP0w==/base.apk': Method 25081(Lchip/devicecontroller/AndroidChipStack;.-$$Nest$mhandleConnectionError) has code, but is marked native or abstract
- Loading branch information