Since i follw some development groups on google, I found an interesting post, might be worth to share, see the pasted content, credits go to [email protected] (whoever that is)
I have created a few plugins that enable quicker start with
development of Android application.
As follows are steps:
1) install "Eclipse IDE for Java Developers" (Helios SR1) from
http://www.eclipse.org/downloads/
2) install the Android ADT installer using the
http://adt-addons.googlecode.com/svn/trunk/installer/com.android.ide.eclipse.installer.update/
update site
It will install ADT features and other required reatures.
When you restart Eclipse, you will get dialog which enable you that
install SDK Tools and Platform SDK easily.
3) If you want to see the source code when debugging an Android
application, install the Android Sources feature using the
http://adt-addons.googlecode.com/svn/trunk/source/com.android.ide.eclipse.source.update/
update site
Note: this plugin is about 100MB size
4) start the "Hello, world" cheat sheet with Help>Android
Development>Hello, world
For more details you can make look at http://code.google.com/p/adt-addons/.
Related
Hi,
I have a C++ project written for the Linux platform - the project is quite big and has a lot of .h and .cpp files.
I need to port this such that it can run on a Windows Mobile 6.1 device. So I have installed Visual Studio 2008 (free trial version) , SDKs, and emulator images.
Now I'm a bit confused as to what to do next. In VS should I go to File -> New -> Project from Existing code. ? After that what should I do?
Let's say I have a .h file (written to linux platform). Basically how should I start the porting process?
(I'm sorry, am new to this and I really appreciate some help)
Many thanks
nitro2u said:
Hi,
I have a C++ project written for the Linux platform - the project is quite big and has a lot of .h and .cpp files.
I need to port this such that it can run on a Windows Mobile 6.1 device. So I have installed Visual Studio 2008 (free trial version) , SDKs, and emulator images.
Now I'm a bit confused as to what to do next. In VS should I go to File -> New -> Project from Existing code. ? After that what should I do?
Let's say I have a .h file (written to linux platform). Basically how should I start the porting process?
(I'm sorry, am new to this and I really appreciate some help)
Many thanks
Click to expand...
Click to collapse
There is no automatic/magic porting process to start
You need to:
1 - Learn C++
2 - Learn win32 API
3 - Port the project by yourself - which means modify each file by hand so the original Linux code will be adapted to win32 code for Windows Mobile.
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!
I've googled my butt off. Any help is appreciated. I've been following the directions here:
http://developer.android.com/sdk/installing.html
I have downloaded the entire android SDK. There is absolutely nothing that it will let me download. I have all the versions of environments, etc. I have JDK already installed (latest version.)
When I run eclipse and attempt to download the "Developer Tools" ADT plugin with "help->install new software", it says this:
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 10.0.1.v201103111512-110841 (com.android.ide.eclipse.adt.feature.group
Click to expand...
Click to collapse
Any ideas on what I'm missing?
nm. for some reason eclipse didn't have the default repositories programmed in already.
BitTorrent is great. If I could download everything via BitTorrent (legally I mean) then that would be much better. If then everyone else used BitTorrent that would be great. In a BitTorrent client using the protocol you automatically have checksumming to ensure that there are no errors in the download, you have a download manager with resumable downloads, queueing and so on, what's not to like?
The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle includes everything you need to begin developing apps:
Eclipse + ADT plugin
Android SDK Tools
Android Platform-tools
The latest Android platform
The latest Android system image for the emulator
(Description above from: http://developer.android.com/sdk/index.html)
Click to expand...
Click to collapse
I have mirrored all the current SDK bundles and I am sharing them as torrents basically because of what I said above.
Please find the links on my page here: http://www.rorybradford.com/p/android.html
thanks
thanks for this, really looking for this :good:
Thats cool,thx.
-TEAM OPTIMA-GREEEETZ!!!
it just does nothing at all!
i open it from bin (studio64.bit)
What you mean by "it does nothing"?
It opens wizard, and after wizard project workspace ( folders / files) are not created?
Or it doesn't even open wizard and "new project" button is not active or it not performing any action?
What version of Android Studio have you downloaded and installed?
Have you sdk installed before or together with Android Studio?
saffron82 said:
What you mean by "it does nothing"?
It opens wizard, and after wizard project workspace ( folders / files) are not created?
Or it doesn't even open wizard and "new project" button is not active or it not performing any action?
What version of Android Studio have you downloaded and installed?
Have you sdk installed before or together with Android Studio?
Click to expand...
Click to collapse
sorry for long time, its 0.9.2 i didn't get notification please quote !
it doesn't do anything at all, no wizard , its like im clicking nothing, it happens in both ubuntu and windows! it just gets darker and doesn't get bright again! !
Have you installed Android Studio by wizard? And if not have you set proper variables to Java, Android Sdk and studio?
saffron82 said:
Have you installed Android Studio by wizard? And if not have you set proper variables to Java, Android Sdk and studio?
Click to expand...
Click to collapse
no i just unzipped the file i downloaded from another website, android.dev is forbidden here !
kamranhaghighi said:
no i just unzipped the file i downloaded from another website, android.dev is forbidden here !
Click to expand...
Click to collapse
And if not have you set proper variables to Java, Android Sdk and studio?
i don't know what you mean by that! not sure!
i give up
First of all just install java JDK.
Then follow step by step installation from
https://developer.android.com/sdk/installing/index.html?pkg=studio
When you will have SDK, JDK, and android studio, please check system path to verify if everything is on place. What's more in Windows verify if you have access as a user to folder where all three programs are installed.
I think you need to offer more details so others can help you. Like what OS are you using, Window, Linux, Mac? And where did you download the install package?
Personally I don't even believe you have already installed it.
hello
surprising as I did not have any pbs to install AS (on W8.1 ok) with Android SDK. If it doesn't open at all them you seem to have some OS or env configurations problems.