Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.

Issue:

Cause: error: invalid source release: 17



First Check Your Java Version :  Java --version

Solution:

   1. Source Compatibility : $JavaVersion.VERSION_11 

   2. Target Compatibility : $JavaVersion.VERSION_11




No comments:

Post a Comment

check UserExistsParallel Parallel Checks (Faster)

 async function checkUserExistsParallel(email, phone) {   try {     const checks = [];          if (email) {       checks.push(         getD...

Best for you