[android-porting] Customised Android Framework Resource APK's resources are not accessible from xml layouts

2017-05-03 Thread Rahul Jaiswal
I've made my own resource apk (*xproj_framework_res.apk*) and created an image. I am loading this apk from AssetManager, with default *framework_res.apk*. Not If I try to access these resource from any java class (Activity or Fragment), I can easily access by importing *R.java* of that

[android-porting] Any recent update about MIPS support?

2017-05-03 Thread lei . a . shi
I am doing evaluation of ART performance on MIPS BIG ENDIAN device. Any one would like to confirm: 1. ART has supported MIPS LITTLE ENDIAN. Does ART supports MIPS BIG ENDIAN? 2. I have own cross compiler for MIPS BIG ENDIAN, how could I replace current AOSP MIPS cross compiler and establish