[Q] Developing in Windows 7 - Android Software Development

Has anyone successfully installed eclipse and ADT on Windows 7 64 bit Home Premium? I installed Eclipse (Galileo SR2 32bit) and attempted to install the ADT and DDMS plugins. Eclipse lists ADT and DDMS as installed software but they do not show up in the plugin list. As a result, I can't create an Android project since it does not show up in the new projects . I am not sure if I am missing something simple or if there is a basic incompatibility with Windows 7. I have successfully set up the ADT on XP but am new to Windows 7 (and I don't much experience with Eclipse). Any help or ideas would be much appreciated.
PS. I have also downloaded JDK and Android SDK and modified my Path envirnoment for each.

I never could get things working in win7 (I have win 7 pro 64bit) so I built a VMWare virtual machine with linux and set it all up there and run the VM under win7.

I'll probably end up something similar. Thanks for the info.
Sent from my X10a using XDA App

It's been a few months but as I remember I had no issues installing on win7 64x Pro
Sent from my Nexus One

No issues here too

I installed eclipse, the plugin and the sdk just yesterday without any problems.
Although I tried on an older windows 7 system a few months ago, and had issues with Eclipse giving some random errors.
I read version 3.6 had issues, so this time I installed 3.5, all is working fine so far.

Thanks everyone for the commnets. I couldn't get eclipse to recognize the ADT properly so I assumed it was a Windows 7 compatibility issue. After hearing of your success, I ended up reinstalling eclipse, ADT SDK and JDK. That seamed to do the trick so I am up and running in Windows 7. I aslo installed VMWare/Ubuntu/Eclipse so I now can develop in Windows or Linux.

Have you tried to run the executables in Windows XP compatibilty mode?
Right click on the exe, go to properties, compatibility tab and check the box and select windows XP service pack 3.
Most of the programs which are compatible with XP and not with Win 7 can be ru this way...

Related

win7 64 bit

Is anyone else having an issue with drivers running a 64 bit system, I cannot do anything from cmd line on my 64 bit desktop but from girls laptop i can root and use all the commands wtf
i have windows 7 32bit and mine is working good here is the driver i used for adb
BrianDigital said:
Is anyone else having an issue with drivers running a 64 bit system, I cannot do anything from cmd line on my 64 bit desktop but from girls laptop i can root and use all the commands wtf
Click to expand...
Click to collapse
It's probably your environment settings. Download the sdk and make sure your PATH has the extracted sdk folder location in it. I'm using windows 7 64-but ultimate, and did have a few problems at first, but everything is great now.
Also, I installed the Java Runtime Environment on my machine because I was developing an android app and I need it to run files within the SDK (like to make an emulated sdcard). You may want to install the JRE and add that to your PATH as well.
Google HTC sync x64 drivers. I installed a few weeks ago and had no issues with adb today.
oh sorry i thought thats what you meant
installed the HTC 64 bit drivers and still no go I cannot even use htc sync
I had a problem getting the device to work in cmd with xp64. I had to make sure I had a working ADB driver. One blog by a guy named Chris Bunney said to use PDAnet's driver. Basically install the 64 bit version of PDAnet in order to get the driver and then uninstall if you're not going to use it (but make sure you have the driver set up first). If you've already got a driver installed, go to the driver and manually pick "HTC Dream Composite ADB Interface" as the working driver for the device. Again, this is how I got it working on xp64 not sure how it'll go for windows 7 64 bit.
BrianDigital said:
installed the HTC 64 bit drivers and still no go I cannot even use htc sync
Click to expand...
Click to collapse
Did you use the updated driver from THIS link? Beyond that I have no other idea what to tell you beyond putting the android sdk in the root of your c: drive.
I just tried this on my girlfriends laptop with 7 x64 pro (completely fresh), and had no issues.
I had the same problem, this guide and some googling got me up and running quickly.
http://gadgets.softpedia.com/news/How-To-Solve-HTC-Hero-Sync-Problem-in-Windows-7-4442-01.html

Eclipse on win7 and ubuntu

After searching for this and coming up short on answers (found a lot of questions), I reside to asking the question here.
I tried to start developing android applications today and thought it would be quite seamless procedure. I had read how developer friendly android was supposed to be. However to me it seems quite far from the truth I have yet to find a way to run eclipse+adt on my win7 64bit without epic lags and crashes.
Is eclipse better in ubuntu or am I doing something completely wrong with my setup. Because currently it seems more easy to configure dual boot than to make eclipse work.
I use the following setup:
win 7 x64
Java SDK 1.6 x64
Latest android SDK
Eclipse 3.5.2
Latest ADT
Hi, I don't have any suggestions for running eclipse in win 7..however I do also run win7/ubuntu.
I highly recommend using sun virtualbox on windows 7 to install ubuntu . I do this, and use eclipse on ubuntu. Works great. With very little work, you can run full screen after starting your virtual box and it's nearly identical to dual booting.
good luck getting windows 7 to work, I've meant to install eclipse but since ubuntu has been working so well.. i haven't had a need.
Thanks a lot for the answer. Very appreciated.
Seems like a really smart way to avoid the hassle of installing dualboot. Going to try it later today.

vista home prem 64bit and sdk compatibility issues?

Is there something I forgot to do beyond the instructions in the dev resources for installation on the android sdk site?
I went through a couple of the test projects to get a feel for it, and keep getting execution fc's in the emulator, exported everything to my laptop(vista 32bit) and no problems.
Have reinstalled the sdk, eclipse and java on my desktop machine but no help. Any thoughts?
Weird question, but have you set the SDK version when you created the project? Happends when you are in a hurry!

Windows 8 and SDK Installer

Guys i have a trouble...
I installed windows 8 and JDK 7 without problems but when i go to install the android SDK tools the installer says to me that can't find Java SE Development Kit.
Don't worry I'm not a noob and yes i downloaded the right version of JDK. Simply the SDK installer can't find C:\windows\system32\java.exe when in fact the file is in that folder.
I go to set an environment variable Java_home that point to Java.exe but does not work.
Can anyone help me? Thanks.
Mine is working fine. I downloaded the latest version of JDk. There was no neeed of setting environment variables.eclipse and adk works fine.i use latest juno with with updated sdk.
send from Gods Own Country........
Java and the Android SDK
Uninstall Java and when you start to install the Android SDK it will prompt you to install Java and provide a link. Once it does that click on the link and let it take you to the Java download page and install the latest JDK. If that does not work open your hard drive and make sure that the Android SDK and Java are both under program files and not your username or something else. I just had a problem with the Android SDK and for some reason it installed it self under my user name and I had to move the folder myself and once I did that everything installed fine.
I just bumped into the exact same situation as OP, I solved it by removing the 64 bit JDK 7 and installing 32 bit version. I'm using Windows 8 if that matters.
Have same issue, will try to do suggestion and report back.
Sent from my Nexus 7 using XDA Premium HD app
njankit said:
I just bumped into the exact same situation as OP, I solved it by removing the 64 bit JDK 7 and installing 32 bit version. I'm using Windows 8 if that matters.
Click to expand...
Click to collapse
after trying for 2 hours with different "fixes" and guides, this one works and it's so simple, can confirm on windows 8 64bit installing java jdk 7 32bit makes the android sdk see java
The SDK is probably set to require the 32-bit JRE for some reason. Not sure what's up with that... some software (Minecraft comes to mind) insists on 32-bit in its manifest, even though it actually runs better under 64-bit Java. You can try checking for a manifest specifying 32-bit in the relevant jar...

How To Install PhoneGap Build .xap On Developer Unlocked Phone

Hello...
I just set up a Windows Phone developer account and registered my phone (HTC 8x) as a developer unlocked phone.
I have build an app with PhoneGap build and I can download the .xap, but I have yet to figure out how to install it.
Using a QR Reader asks if I want to search the store for something to open the file.
I've seen tutorials on how to build a PhoneGap app within Visual Studio.
I haven't seen any means of installing it from PhoneGap Build, though.
Any ideas?
JJ
The SDK installs a tool called Application Deployment on your PC. Run that, connect your phone via USB, and use it to sideload the XAP.
Man, it would be great if you could install them directly from the PhoneGap site (like iOS and Android - I haven't tested Blackberry).
Having to do it from a computer that has, at least, a Core i5 CPU and Visual Studio is kind of jacked.
Also, I can only have 3 developer devices on my account.
Apple allows 99, I think.
Of course, Android doesn't even require to to register a device (just turn on the "install unapproved apps" feature.
JJ
Fa310tx said:
Man, it would be great if you could install them directly from the PhoneGap site (like iOS and Android - I haven't tested Blackberry).
Having to do it from a computer that has, at least, a Core i5 CPU and Visual Studio is kind of jacked.
Also, I can only have 3 developer devices on my account.
Apple allows 99, I think.
Of course, Android doesn't even require to to register a device (just turn on the "install unapproved apps" feature.
JJ
Click to expand...
Click to collapse
You do not need SLAT (i5 CPU) to side load things.
That is for emulators only.
There is homebrew to do that on WP7. We'll just have to figure out a way on WP8. It's not very hard, once we can get the needed permissions.
mcosmin222 said:
You do not need SLAT (i5 CPU) to side load things.
That is for emulators only.
Click to expand...
Click to collapse
Well, that's handy to know.
It would still be nice to not require Windows 8 and Visual Studio just to install an app.
JJ
And don't need to be a W8, you can install xap's on Windows 7.
http://www.windowsmania.pl/poradnik...xap-na-systemie-windows-7-32-64-bitowym-3843/
English translated version of that link...
http://translate.google.com/transla...xap-na-systemie-windows-7-32-64-bitowym-3843/
Windows Phone Power Tools...
http://wptools.codeplex.com/
JJ
djtonka said:
And don't need to be a W8, you can install xap's on Windows 7.
http://www.windowsmania.pl/poradnik...xap-na-systemie-windows-7-32-64-bitowym-3843/
Click to expand...
Click to collapse
Has anyone been able to do this on Windows 7 x64 machine ? I am sure I am just missing something...
I downloaded "Windows Phone Power Tools" after installing .NET 4.5 but, it just gives me an error of "Unable to install or run the applications. The application requires that assembly Microsoft.SmartDevice.Connectivity version 11.0.0.0 be installed in the Global Accembly Cashe (GAC) first." when I attempt to run it..
As most of us know, SDK 8.0 REQUIRES Windows 8, I would love to be able to install XAPs on Windows 7 so I don't have to reboot my PC to use my Windows 8 partition just to install a quick XAP time to time. I can't download or find where to download the full install to extract a few fles as said in the directions...
Any idea to get this installed ?
I didn't get it working with my Windows 7 workstation.
I have a Windows 8.1 laptop, so I just use it.
Being able to do it at work would be nice, though.
JJ
Try install SDK7.1
djtonka said:
Try install SDK7.1
Click to expand...
Click to collapse
I have SDK 7.1 installed, still can't run Windows Power Tools on Windows 7 x64, I get the same error listed in my past post.
Anyone have a good step by step with details on how to do this?
bump...anyone ?
DavidinCT said:
Has anyone been able to do this on Windows 7 x64 machine ? I am sure I am just missing something...
I downloaded "Windows Phone Power Tools" after installing .NET 4.5 but, it just gives me an error of "Unable to install or run the applications. The application requires that assembly Microsoft.SmartDevice.Connectivity version 11.0.0.0 be installed in the Global Accembly Cashe (GAC) first." when I attempt to run it..
As most of us know, SDK 8.0 REQUIRES Windows 8, I would love to be able to install XAPs on Windows 7 so I don't have to reboot my PC to use my Windows 8 partition just to install a quick XAP time to time. I can't download or find where to download the full install to extract a few fles as said in the directions...
Any idea to get this installed ?
Click to expand...
Click to collapse
Yes you have to instal win 8 on your machine that,s a requierment.
Win 8
explorer 10
64 bit
eefdriehuis said:
Yes you have to instal win 8 on your machine that,s a requierment.
Win 8
explorer 10
64 bit
Click to expand...
Click to collapse
Or use VMware and create a virtual machine with the above requirements.
@DavidinCT @Fa310tx
You can install the WP8 SDK on Windows 7...it works just fine. The secret that Microsoft doesn't want you to know is that the WP8 SDK can be installed on Server 2008 R2...Server 2008 R2 is based on Windows 7 x64. Therefore, it will work with no issues.
http://forum.xda-developers.com/showthread.php?t=2422751

Categories

Resources