Everything was woring perfectly , i just woke up to se this error
2025-02-18T05:25:43Z [android] Error: zipro W 02-18 05:25:43 5178 5178] Error opening archive /home/user/myapp/build/app/outputs/flutter-apk/app-debug.apk: Invalid file
2025-02-18T05:25:43Z [android] ERROR: dump failed because resource AndroidManifest.xml not found
2025-02-18T05:25:43Z [android]
2025-02-18T05:25:43Z [android] Error: Failed to extract manifest from APK: ProcessException: The command failed with exit code 1
2025-02-18T05:25:43Z [android] Command: /home/user/.androidsdkroot/build-tools/34.0.0/aapt dump xmltree /home/user/myapp/build/app/outputs/flutter-apk/app-debug.apk AndroidManifest.xml.
2025-02-18T05:25:43Z [android]
2025-02-18T05:25:43Z [android] Error: No application found for TargetPlatform.android_x64.
2025-02-18T05:25:43Z [android] Is your project missing an android/app/src/main/AndroidManifest.xml?
2025-02-18T05:25:43Z [android] Consider running âflutter create .â to create one.
2025-02-18T05:25:43Z [android]
2025-02-18T05:25:57Z [android] â Preview failed to start
Also from another project working on;
CMAKE ERROR
+99 ms] FAILURE: Build failed with an exception.
[ ] * What went wrong:
[ ] Execution failed for task â:orm_flutter_android:configureCMakeDebug[arm64-v8a]â.
[ ] > [CXX1428] exception while building Json A problem occurred starting process âcommand â/home/user/.androidsdkroot/cmake/3.22.1/bin/cmakeââ
[ ] * Try:
[ ] > Run with --debug option to get more log output.
[ ] > Run with --scan to get full insights.
[ ] > Get more help at https://help.gradle.org.
[ ] * Exception is:
[ ] org.gradle.api.tasks.TaskExecutionException: Execution failed for task â:orm_flutter_android:configureCMakeDebug[arm64-v8a]â.
@kirupa Could you Explain?
