• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Adding Custom Class to android framework

mprabakar

Lurker
I have added a new class to frameworks/base/media/java/android/media/.
I have given a complete build and pushed framework.jar into my device.
But, when I tried to access the class from application, following exception is thrown:
java.lang.Noclassdeffounderror.

can someone help ?
Note: code base - android 4.2.2
 
Back
Top Bottom