[android-porting] SDK Addon

2011-09-12 Thread Matt Oakes
Hi, I'm working on creating an SDK addon. I've been looking at the sample provided in the *platform/vendor/sample.git* repo. I understand how it all works but I'm having problems when it's being built. I run: . build/envsetup.sh lunch 1 make -j8 PRODUCT-sample_addon-sdk_addon The build comple

[android-porting] SDK-addon development

2011-01-27 Thread freakingtux
Hello, I am working on implementing an SDK-addon and wonder how to setup my components and source codes. I have seen the sample-addon but somehow it does not feel like this offers enough of a sample to explain all I would like because my SDK- addon also contains a service. My setup looks pretty

[android-porting] SDK addon sample problem.

2010-01-18 Thread dnak
Hi, all. I found vendor/sample, and I tried SDK addon sample. I created SDK addon sample, below commands. $ make sdk $ make PRODUCT-sample_addon-sdk_addon And, I tried to create application using created sdk_addon sample. But, Android threw NoClassDefFoundError exception which was for com.exampl