Modifying platform/frameworks/base package
Posted
by tareqHs
on Stack Overflow
See other posts from Stack Overflow
or by tareqHs
Published on 2010-03-08T12:58:53Z
Indexed on
2010/03/08
13:06 UTC
Read the original article
Hit count: 375
Hi,
I'm planning to modify some bits in the platform/frameworks/base project in Android Donut r2. The modifications are very small and go into java packages android.graphics
and android.text
(the API isn't affected).
What jar libraries do I have to copy from the recompiled platform? the modifications are small and I don't want to replace the whole system.. I'm trying to replace specific jar libraries.
Thank you
© Stack Overflow or respective owner