Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android development on windows 7 [closed]

Has anyone tried to develop an android app on windows 7? It says that it isn't a supported OS, but sometimes that doesn't stop people from trying to develop on it anyways.

like image 597
amurra Avatar asked Mar 26 '10 16:03

amurra


People also ask

Can Android Studio work on Windows 7?

Windows 7, 8, 10 are all good to run Android studio.

Why is my Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.

Why does Android Studio keep stopping?

An Android app crashes whenever there's an unexpected exit caused by an unhandled exception or signal. An app that is written using Java or Kotlin crashes if it throws an unhandled exception, represented by the Throwable class.


2 Answers

I have Win7 Ult 64bit, and Eclipse 32bit no current problems.

Initially, I did run into a little problem, but resolved it by installing x64 Java.

See (from my blog): http://www.sunpech.com/2010/01/android-sdk-issue-on-windows-7-x64.html

Related SO post: Android SDK Setup under Windows 7 Pro 64 bit

like image 146
spong Avatar answered Oct 15 '22 10:10

spong


I develop on Windows 7 64bit, using a 32bit Eclipse and 32bit Java. Everything works fine.

like image 29
Pentium10 Avatar answered Oct 15 '22 09:10

Pentium10