Error-05: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]', (Android specific).

Error-05: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]', (Android specific).

Fixing Android Build Issues:


  1. Open Terminal.
  2. Navigate to the Android Folder:
  1. Delete Gradle, CMake build artifacts, and the build folder:

After Running These Commands

  1. Rebuild the Project: Once you’ve cleaned up the old build artifacts, you can rebuild your project using the following command:
  1. Start your project by following command:

Read more