Reputation: 5967
I'm an Android total-noob but in the last few weeks I've installed the JDK/Eclipse/Android SDK on 2 PC's. Both installs took a day of tweaking and dealing with configuration problems and getting the different parts to play together, and generally were a PITA! On one PC I'm STILL dealing with random, sporadic instances of the "HelloAndroid] emulator-5554 disconnected! Cancelling 'com.example.helloandroid.HelloAndroid activity launch'!" problem that has been discussed here and on the Android Google group! No one seems to know for sure what causes it.
ALSO in the last few weeks I've installed Visual Studio 2010 on the same PC's to do my regular work as a Windows sw developer. On both PC's all I had to do was pop in the DVD, type in the product code, come back a few hours later and start coding!!
So my question is whether there is a commercial (i.e., $$) sw development environment for Android that installs and runs as easily as VS 2010 so I can focus my time on actual sw development and not on fighting with the development system. Thanks in advance.
Upvotes: 2
Views: 744
Reputation: 10193
There are a few options available depending on what exactly you wish to do.
A few pointers are here .. How can I use MS Visual Studio for Android Development?
You would be well advised to check MonoDroid which will allow you to C#.NET to run your android program. It's vastly popular so probably worth a look.
Beyond this there are various other options however please read through some of the answers provided in this list of questions
In some ways I would argue that bonding with eclipse is has it's learning curve but once overcome, I prefer it to VS (which I've used commercially for 10years).
If you decide to stick with it ensure that you have the Indigo release of Eclipse and the Latest ADT plugin for development.
Upvotes: 0