Setting Up Your Computer
In order to program an Android app you will need some software. These can all be downloaded for free and are updated regularly to ensure correctness. You do not need to have an Android enable device initially to test your apps on but quite quickly you will want one to ensure the work well when running on a live system.
INSERT GUIDE
In order to see your Android apps working without a hardware device like an Android phone, you can use the Emulator instead which is reasonable, but takes a little time to start up sometimes. This must be created by yourself using the following.
INSERT GUIDE
Before you can make any apps, you need to have a look at the phone emulator and become familiar with the way an Android device operates. To do this start up the emulator using the following.
INSERT GUIDE
And that is how you prepare your computer before you start to make your first Android app.
In order to program an Android app you will need some software. These can all be downloaded for free and are updated regularly to ensure correctness. You do not need to have an Android enable device initially to test your apps on but quite quickly you will want one to ensure the work well when running on a live system.
- Download Eclipse here, which is an IDE (programming envorinment) that can be used for programming within. You can just as easily make a Java program using Eclipse but we will ensure that it contains the appropriate Android plugins so you can also make Android apps.
- Download the Android SDK here, which contains the development kit to make apps.
- Download Android Tools here, which is also required to make apps.
INSERT GUIDE
In order to see your Android apps working without a hardware device like an Android phone, you can use the Emulator instead which is reasonable, but takes a little time to start up sometimes. This must be created by yourself using the following.
INSERT GUIDE
Before you can make any apps, you need to have a look at the phone emulator and become familiar with the way an Android device operates. To do this start up the emulator using the following.
INSERT GUIDE
And that is how you prepare your computer before you start to make your first Android app.
No comments:
Post a Comment