android-build

Debug Android Source Builds

There's documentation to build the android source code base. But it's hard to find information on how to run the android os and its applications in the emulator environment so you can test your changes. Can anyone point me in the right direction? I am unfamiliar with Linux development. ...

Compiler can not find AndroidInstrumentationTestCase2 when building Android app test code with Android makefile build system

I have a project with some Android test code in it (with the appropriate elements, <uses-library> and <instrumentation>, added to AndroidManifest.xml). This works fine in Eclipse. However, it fails to build with mm, claiming that it can't find the test-runner classes: /home/orospakr/code/my-android/packages/apps/MyApp/src/ca/orospakr/...

Application as part of Android Built

Hi, I had built a application using the Android SDK. Now I would like to package this application as part of the Android build. So that when I port Android into my device, it will appear in the Application menu. I tried, copying the apk file into the package folder, and include it in the make file. Doesn't work. How should I do it? ...

Addon sdk documentation template

Hi, I'm currently porting Android on a development board and I add some new hardware peripherals for my project. To allow app developpers to access those peripherals, I've developed an addon-sdk. I'm able to generate corresponding documentation for the addon but I wonder if it is possible to use the android developper doc template? T...