[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-04-12 Thread niumar...@gmail.com
on widows, how to solve this problem? can I create the R.java manually or does google fix the problem yet? On Feb 24, 2:15 am, 冰咖啡不加糖 wrote: > fix it. > > just do it, replace the andorid.jar/resources.arsc you compiled with > the old version which could work. > > On 2月24日, 下午5时01分, 冰咖啡不加糖 wrot

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-04-12 Thread niumar...@gmail.com
to rebuild your android project will generate the R.java automatically. just type 'Ctrl + B' in eclipse on windows platform it works for me. On Feb 24, 2:15 am, 冰咖啡不加糖 wrote: > fix it. > > just do it, replace the andorid.jar/resources.arsc you compiled with > the old version which could work.

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-24 Thread 冰咖啡不加糖
fix it. just do it, replace the andorid.jar/resources.arsc you compiled with the old version which could work. On 2月24日, 下午5时01分, 冰咖啡不加糖 wrote: > but not all project could word well > > for example, SoftKeyboard (in cupcake source code ) res/xml/qwerty.xml > has some "error". > > On 2月24日, 下午4

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-24 Thread 冰咖啡不加糖
but not all project could word well for example, SoftKeyboard (in cupcake source code ) res/xml/qwerty.xml has some "error". On 2月24日, 下午4时50分, 冰咖啡不加糖 wrote: > i changed the UNCOMPRESS_DATA_MAX, > but the bug still exist. > > may be it works in linux, > my eclipse works in windows. > > However,

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-24 Thread 冰咖啡不加糖
i changed the UNCOMPRESS_DATA_MAX, but the bug still exist. may be it works in linux, my eclipse works in windows. However, i found another way to avoid the bug, Just like what Khunong said. I change the andorid.jar/resources.arsc to the old version instead of the new version which i compiled i

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-19 Thread tom
vi /frameworks/base/include/utils/Asset.h change the following UNCOMPRESS_DATA_MAX = 1 * 1024 * 1024 to UNCOMPRESS_DATA_MAX = 2 * 1024 * 1024 and rebuild sdk that's ok > Hi, > > I checked out cupcake branch yesterday and made the full build and sdk > successfully, and I also built the ADT 0

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-02-08 Thread TheEric
It still doesn't work for me~ :-( It gives me the same error message~ [2009-02-09 10:01:22 - Mms] W/ResourceType( 3244): Unable to get buffer of resource asset file [2009-02-09 10:01:22 - Mms] (skipping index file 'D:\Project \cupcake_20090129.tar\packages\apps\Mms\res\drawable\Thumbs.db') [2

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-28 Thread Khuong
The ADT's PreCompilerBuilder uses aapt to generate the R.java file. The android.jar includes a compressed resources file called resources.arsc that appt needs to extract out to a buffer. The first error indicates that it failed to create this buffer. The root cause is that the buffer max size is

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-26 Thread Breno
Same issue in Windows SDK... On 26 jan, 19:15, Penguin of Death wrote: > I ran into the same problem after building SDK/ADT on Mac OS X > Leopard; no R-file is being generated. > At least it doesn't seem like an isolated issue... > > On Jan 25, 10:49 pm, MayFirst wrote: > > > I am facing the sa

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-26 Thread Penguin of Death
I ran into the same problem after building SDK/ADT on Mac OS X Leopard; no R-file is being generated. At least it doesn't seem like an isolated issue... On Jan 25, 10:49 pm, MayFirst wrote: > I am facing the same issue > > On Jan 24, 6:55 am, Oxygen wrote: > > > I build the SDK and ADT under li

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-25 Thread MayFirst
I am facing the same issue On Jan 24, 6:55 am, Oxygen wrote: > I build the SDK and ADT under linux. > And I met this issue too. > > On 1月23日, 下午10时08分, moontain wrote: > > > > > Does anybody have any clues on how to fix this issue? > > > 2009/1/21 moontain > > > > Hi, > > > > I checked out c

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-24 Thread Oxygen
I build the SDK and ADT under linux. And I met this issue too. On 1月23日, 下午10时08分, moontain wrote: > Does anybody have any clues on how to fix this issue? > > 2009/1/21 moontain > > > Hi, > > > I checked out cupcake branch yesterday and made the full build and sdk > > successfully, and I als

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-23 Thread moontain
Does anybody have any clues on how to fix this issue? 2009/1/21 moontain > Hi, > > I checked out cupcake branch yesterday and made the full build and sdk > successfully, and I also built the ADT 0.9 with the command > cupcake/development/tools/eclipse/scripts/build_server.sh on another Linux >

[android-developers] Re: After the ADT 0.9 update, Eclipse can not create R.java automatically

2009-01-22 Thread tony
I met same issue. On 1月21日, 下午11时12分, moontain wrote: > Hi, > > I checked out cupcake branch yesterday and made the full build and sdk > successfully, and I also built the ADT 0.9 with the command > cupcake/development/tools/eclipse/scripts/build_server.sh on another Linux > box. Then I update