skip to Main Content

error when running a Flutter app on my device in Android Studio : "ProcessException: %1 is not a valid Win32 application"

I have this error when I try to lunch my Flutter project, can someone explain it please or give a possible solution ? ProcessException: %1 is not a valid Win32 application. Command: C:UsersasmouAndroidStudioProjectspubrechandroidgradlew.bat -q -Ptarget-platform=android-arm64 -Ptarget=C:UsersasmouAndroidStudioProjectspubrechlibmain.dart -Pdart-defines=Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== -Pdart-obfuscation=false -Ptrack-widget-creation=true -Ptree-shake-icons=false…

VIEW QUESTION

Android Studio – android project its getting some error related to ANDROID_SDK_HOME

(when i try to run the project )error is Build file 'C:UsersjupunDesktoptrid-7codecanyon-22842942-trid-city-guide-android-native-with-admin-panel-firebaseTrid-Android-PackageAndroid codeTrid-CityGuide_v7appbuild.gradle' line: 1 A problem occurred evaluating project ':app'. Failed to apply plugin 'com.android.internal.application'. ANDROID_SDK_HOME is set to the root of your SDK: C:UsersjupunAppDataLocalAndroidSdk ANDROID_SDK_HOME was meant to…

VIEW QUESTION

Android Studio – Manifest merger failed : android:exported needs to be explicitly specified for <service> even if there were no services in my AndroidManifest.xml file

Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.…

VIEW QUESTION
Back To Top
Search