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.
...
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/...
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?
...
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...