vatsalengg
vatsalengg
Solution is very simple, just delete 'lib/android-support-v4.jar' from the project & distribution package both. It builds perfectly & distribution package works properly with the target project. NOTE : Don't rename...
@deckameron You have to include following jar in your project's build path (android-sdk-path-here)/extras/android/m2repository/com/android/support/support-v4/19.1.0/support-v4-19.1.0.jar This will surely compile & work properly, I am using this method & used generated build in...
Hi @deckameron, sorry I misunderstood. Actually you have to build the module by yourself. Follow the below given steps to build & prevent the error mentioned by you. - Download...
From programming point of view, it should be configurable from module's accessor method, rather than Android's resources xml. Can you please make color changeable through module's accessor method?