[android-developers] How to learn Android build system

2010-02-04 Thread peng peng
hi Could anybody give me some suggestion about android build system? It is too diffcult for read to me. sorry for my poor English. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develop

Re: [android-developers] Write a file to sdcard...

2009-12-17 Thread peng peng
yes, i setup the sdcard. On Thu, Dec 17, 2009 at 3:32 PM, sheng wang wrote: > confirm one more thing: > > The sdcard image has been setup when you create the AVD > > > 2009/12/15 Mark Wyszomierski > >> Hi, >> >> I'm trying to create a file on the sd card. Using this: >> >> OutputStream out =

[android-developers] Read gesture file in sdcard failed

2009-12-17 Thread peng peng
hi all: I build some gestures uses gesturebuilder and the file is store in sdcard. But I can not read gesture file in class ( frameworks/policies/base/phone/com/android/internal/policy/impl/Lockscreen) The file does not exists the same code was worked ok in a activity. anyo