android-source
running android source from git tree
I just downloaded the most recent camera app on the cupcake branch of the android source tree, mostly in order to find examples to steal from in order to control the camera in my own application. It g[详细]
2023-01-10 21:40 分类:问答Android library media_jni not found
I\'m trying to replicate this class called MediaMetadataRetriever in my own android project. You can see the class here:[详细]
2023-01-08 11:44 分类:问答How to add a system service to the Android Framework
I want to add my own framework code that runs in the Android \"system_server\" (handles all the system level services). My service loads a JNI library that talks to a driver I have added to the kernel[详细]
2023-01-07 13:17 分类:问答can i rebuild sound code in Windows
i download AlarmClock in the sound codeo开发者_如何转开发f android,i have modified it,but i want to run it[详细]
2023-01-07 10:39 分类:问答Where and how can I find and download Android 1.5 source code?
Where and how can I find and downl开发者_如何学Coad Android 1.5 source code?To get a specific branch of the android source, you use the repo just like you would to get the latest version. After you fo[详细]
2023-01-06 06:49 分类:问答Build android system from source
I\'ve recently purchased Samsung Galaxy Android phone after using Openmoko phone for 2 years. One of the reasons for choosing Android was is that it\'s open sourced.[详细]
2023-01-04 18:31 分类:问答Android Source Not Compilable?
So I\'ve been looking at code from vario开发者_如何学编程us parts of the Android git, but when I try to load and compile many of them (camera, media player, etc) they reference classes and parts of th[详细]
2023-01-02 06:03 分类:问答Android CTS : downloading of CTS, environment setup, building and execution
If you know about Compatibility Test Suit for Android开发者_如何学JAVA. Please send us the information regarding source code downloading of CTS, environment setup, building and execution.You can find[详细]
2022-12-30 11:11 分类:问答Android source code tree structure
I have downloaded Android source code but I don\'t find the \"Kernel Directory\"in the top level directory of the source code tree. Is it ok? Or is it missing?[详细]
2022-12-29 08:57 分类:问答Can I use android.os.* libraries in a standalone project?
I\'m trying to develop an external library (not sure if that\'s the right term) to provide prepackaged functionality in Android projects. Working in Eclipse, I\'ve added the appropriate android.jar fi[详细]
2022-12-28 17:46 分类:问答