background preloader

AndroidDev

Facebook Twitter

Developer Center at HTCdev. Bootloader. HTC is committed to listening to users and delivering customer satisfaction. We have heard your voice and starting now, we will allow our bootloader to be unlocked for 2011 models going forward. Please keep an eye on this website for more details on which devices will be adding this feature. We are extremely pleased to see the energy and enthusiasm from our fans and loyal customers, and we are excited to see what you are capable of. HTC eagerly anticipates your innovations. It is our responsibility to caution you that not all claims resulting or caused by or from the unlocking of the bootloader may be covered under warranty. Our devices have been designed with our hardware and software specifications in mind and unlocking the bootloader will change the software and may cause unexpected side effects.

Some content on your device may also be invalidated and cannot be accessed any more because of invalid DRM security keys. Htcdev.com. Using Eclipse. This document will help you set up the Eclipse IDE for Android platform development. Note: if you are looking for information on how to use Eclipse to develop applications that run on Android, this is not the right page for you. You probably would find the Eclipse page on developer.android.com more useful. Basic setup First, it's important to make sure the regular Android development system is set up. cd /path/to/android/root make Important: You will still be using make to build the files you will actually run (in the emulator or on a device).

You will be using Eclipse to edit files and verify that they compile, but when you want to run something you will need to make sure files are saved in Eclipse and run make in a shell. Eclipse needs a list of directories to search for Java files. Cd /path/to/android/root cp development/ide/eclipse/.classpath .chmod u+w .classpath Now edit that copy of .classpath, if necessary. Increase Eclipse's Memory Settings Memory-related defaults (as of Eclipse 3.4): Developers. Android Development with Eclipse - Tutorial. Robotium - It's like Selenium, but for Android™

Robotium is an Android test automation framework that has full support for native and hybrid applications. Robotium makes it easy to write powerful and robust automatic black-box UI tests for Android applications. With the support of Robotium, test case developers can write function, system and user acceptance test scenarios, spanning multiple Android activities. See Questions & Answers for common Robotium questions and answers. See Getting Started for instructions and examples on how to create your first Robotium tests. Join the discussions in the Robotium Developers Group. NEWS: Robotium 5.1 is released! Robotium 5.1 is the fastest, most accurate and stable version of Robotium yet. New functionality includes: pressSoftKeyboardSearchButton(), getWebElements(), setNavigationDrawer(int status), getConfig() and more.

Robotium provides the following benefits: Test Android apps, both native and hybrid. Robotium Recorder 2.0 Android is a trademark of Google Inc. System Requirements. Before installing Android Studio or the standalone SDK tools, you must agree to the following terms and conditions. This is the Android Software Development Kit License Agreement 1.

Introduction 1.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. 2. 2.1 In order to use the SDK, you must first agree to this License Agreement. 3. 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable, non-exclusive, and non-sublicensable license to use the SDK solely to develop applications for compatible implementations of Android. 3.2 You may not use this SDK to develop applications for other platforms (including non-compatible implementations of Android) or to develop another SDK. 4. 5. 6. 7. 8. 9. 12. 13. 14.

Installing Eclipse & Android SDK.