Error:CreateProcess error=193, %1 is not a valid Win32 application
Asked Answered
U

1

-1

My project was working fine,but now when i try to run my project i am getting following error and not able to run my project,can any one please help me with this?

I am using Android Studio 2.2 Beta 3, and I have Windows 7 64 bit

Error:CreateProcess error=193, %1 is not a valid Win32 application
Unhand answered 31/8, 2016 at 9:5 Comment(8)
share the code then only we can findPyo
which code you want me to share?Unhand
The error message is clear enough. The real question is who is calling CreateProcess, and what arguments are being passed.Hupp
Process Monitor (available from the MS web site) might help with troubleshooting this problem.Nievelt
If you are not calling CreateProcess() from your code, this is a bug in Android Studio.Retaretable
Possible duplicate of Why does CreateProcess give error 193 (%1 is not a valid Win32 app)Dasheen
@RomainFournereau tell me how to solve in android studioUnhand
I didn't downvote, I just marked it as a duplicate. Litteraly the same question already posted AND answered 4 years ago.Dasheen
M
2

Your installation is broken just reinstall Android Studio. In the simplest case just download the zip file and extract it in your current Android Studio directory.

Just in case start scan your hard drive for errors, maybe you need a replacement.

Manger answered 8/9, 2016 at 12:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.