[android-developers] Re: Failed to execute the Launcher built by myself

2009-03-08 Thread Gerald
Yes, copy the code (private API and reources) can help to compile the Launcher application. I build the SDK from android source (git://android.git.kernel.org/ platform/manifest.git, it is not the cupcake branch because the cupcake SDK always can't find resources and class R), and compile the

[android-developers] Re: Failed to execute the Launcher built by myself

2009-03-06 Thread Prabhu
Gerald, were you able to compile the Launcher code that came with SDK? I am facing compilation issue like LiveFolders class is not present, etc.. can you help me in compiling this code? Thanks, Prabhu. On Feb 10, 1:03 am, Gerald myq...@gmail.com wrote: I noticed a discussion about the

[android-developers] Re: Failed to execute the Launcher built by myself

2009-03-06 Thread Romain Guy
The Launcher cannot be compiled against the SDK and the Launcher source code from Cupcake can certainly not compile against SDK 1.0 or 1.1. On Fri, Mar 6, 2009 at 9:49 AM, Prabhu prabhu.swaminat...@gmail.com wrote: Gerald, were you able to compile the Launcher code that came with SDK? I am

[android-developers] Re: Failed to execute the Launcher built by myself

2009-03-06 Thread Dianne Hackborn
Copy the code in to your app. On Mon, Feb 9, 2009 at 10:03 PM, Gerald myq...@gmail.com wrote: I noticed a discussion about the SlidingDrawer here:

[android-developers] Re: Failed to execute the Launcher built by myself

2009-02-09 Thread Romain Guy
Without showing us the exact exception we won't be able to help you much... On Mon, Feb 9, 2009 at 4:44 AM, Gerald myq...@gmail.com wrote: Hi, I need to customize the launcher application. I built it from the android source, and installed it to the emulator successfully(By renaming its

[android-developers] Re: Failed to execute the Launcher built by myself

2009-02-09 Thread Gerald
Attach log from logcat: - pid 403 at 2009-02-10 02:40:11 - Cmd line: com.android.mylauncher DALVIK THREADS: main prio=5 tid=3 NATIVE | group=main sCount=1 dsCount=0 s=0 obj=0x40018dd8 | sysTid=403 nice=0 sched=0/0 handle=-1096160100 at android.os.BinderProxy.transact(Native Method)

[android-developers] Re: Failed to execute the Launcher built by myself

2009-02-09 Thread Gerald
Attach exception message: Unable to start activity ComponentInfo{com.android.mylauncher/ com.android.mylauncher.Launcher}: android.view.InflateException: Binary XML file line #40: Error inflating class java.lang.reflect.Constructor The 40 line of my launcher.xml is the start tag of