sri <dsrivalli <at> gmail.com> writes:

> 
> Hi,
> 
> As per my requirement i have to modify the Launcher source code.
> 
> I have imported the launcher code in to Eclipse IDE and i could see
> many import errors and variable not found errors.
> 
> Can any body tell me how to build the launcher source code as weel as
> how to build the modified launcher code?
> 
> I have tried digging for information related to this but could not get
> any pointers.
> 
> Can any body help me out in this?
> 
> Thanks in advance for the help!
> 
Sri,

Its is due to the path problems in Eclipse please correct them. Also when you 
build the whole source (in linux), the build should go through.

If your are enabling launcher2 in Eclair, you need to enable the 
RenderScript(librs.so) library in Framework as well.

Please follow the below steps:

1. Edit Android.mk in frameworks/base/graphics/jni, 
Comment out the line line 41 (add # in the beginning)
#LOCAL_MODULE_TAGS := optional

2. Edit Android.mk in frameworks/base/libs/rs,
Comment out the line line 106
#LOCAL_MODULE_TAGS := optional

3. Then issue "make" (better "make clean") in the eclair directory.

HTH,
Sunil




-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to