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

SQL Server — Core Concepts with examples

  Data Definition Language (DDL) : CREATE , ALTER , DROP (tables, views, procedures, triggers). Data Manipulation Language (DML) : SELECT ,...

Best for you