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

Automating a Scalable Command, Query and Event Package Structure with a Batch Script

Automating a Scalable Command, Query and Event Package Structure with a Batch Script

Introduction As backend applications grow, maintaining a consistent project structure becomes increasingly important. In a small application, developers can manually create packages and folders whenever a new business entity or feature is introduced. However, in a larger application following architectural patterns such as CQRS, Domain-Driven Design, and event-driven architecture, every

By Sangram Ekshinge