Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7009489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:52:07+00:00 2026-05-27T21:52:07+00:00

Can someone enlighten me on how to include an external java framework to android

  • 0

Can someone enlighten me on how to include an external java framework to android framework and compile it as a part of the custom android framework?

The idea is to make this external framework a part of my custom android framework and expose it as android service for other processes to use.

In essence what I did is –

  1. checked for android port of the java framework
  2. Copied the src dir (including all the external jar files) from the ported framework to framework/base/core/java/android/
  3. Edited ActivityManager in the framework to call the copied library
  4. run make

Is this the right approach to edit Android framework? Since, I am including the java files and associated external jars of the external project inside the Android framework I suspect make fails while converting the jars to dex.

Can somebody point me towards any available resources dealing with Android Framework internals and on how to edit Android framework?

I checked the Tutorial: Android Internals - Building a Custom ROM, Pt. 2 of 2 on youtube from this year’s Marko Gargenta presentation in Beijing, China. But he didn’t make it (i.e. adding external framework or jars) clear either.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:52:07+00:00Added an answer on May 27, 2026 at 9:52 pm

    First: I’m not very experienced in the Android build process, so there might be a better solution, but this one should work (at least for Android 2.2).

    I assume, that you use Eclipse for the source code modification and already executed a successful make -j4…

    • Create a new source folder: external/<your-library>/src
    • Copy all Java source files into this folder.
    • Open the following make file: <android>/frameworks/base/Android.mk
    • Search for # Build ext.jar and add your library as follows:

      [...]
      ext_dirs := \
          ../../external/apache-http/src \
          ../../external/<your-library>/src \
          ../../external/gdata/src \
          ../../external/protobuf/src \
          ../../external/tagsoup/src
      [...]
      
    • Now you should be able to access these libraries from the Android framework…
    • Finally execute make -j4 ext to build only the external module,
    • Or make -j4 to build all changed files (if a previous build exists in /out/).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone enlighten me on this... When I uncomment the line in /etc/subversion/config store-auth-creds
Can someone explain this result to me. The first test succeeds but the second
Can someone enlighten on why is that oracle does not support an autoincrement feature
Can someone kindly enlighten me why the following code of mine does not work?
Can someone enlighten me on handling the database connection (and errors) using try finally
Can someone enlighten me what might be wrong in the following code? $wOwner =
Can someone show me how to implement a recursive lambda expression to traverse a
Can someone explain the mechanics of a jump table and why is would be
Can someone give an example of a good time to actually use unsafe and
Can someone describe what a symbol table is within the context of C and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.