[android-developers] Can't download Honeycom Preview

2011-01-31 Thread Chih-Wei
Downloading SDK Platform Android Honeycomb Preview, revision 1 File not found: https://dl-ssl.google.com/android/repository/android-3.0_pre_r01-linux.zip Any help? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to solve the error: This attribute must be localized

2009-10-01 Thread Chih-Wei
Anybody could give me a hint? Why this attribute must be localized must be an error? Can't it just be a warning? On 10月1日, 上午9時55分, Chih-Wei cwhu...@linux.org.tw wrote: Hi, I'm trying to compile an app via Android 1.6, and got errors shown below. It said some strings in TextView and Button

[android-developers] Discussion on localizing-android-apps-draft

2009-10-01 Thread Chih-Wei
I have two questions about localization. First, can I control which strings should to be localized and which shouldn't be? I asked this question since it complains when some strings are not set to be localized in class TextView and Button (at least I noticed). I don't believe I have to localize

[android-developers] How to solve the error: This attribute must be localized

2009-09-30 Thread Chih-Wei
Hi, I'm trying to compile an app via Android 1.6, and got errors shown below. It said some strings in TextView and Button are not localized. I know how to fix them. It's easy to add them to strings.xml. But I still doubt why I need to localize every string. I don't think the strings like '1024'

[android-developers] Why force java 1.5?

2009-07-27 Thread Chih-Wei
Recently the build system will check if java version is 1.5, and stop if the version mismatch. I'm unhappy with such unnecessary checking. My system is Fedora 11, I can use its default java compiler, openjdk 1.6, to compile Android without problem. In fact I just removed the unnecessary

[android-developers] Re: Emulator Camera Issues in 1.5

2009-05-06 Thread Chih-Wei
I have the same issue with 1.5 SDK. Screen goes blak and camera app times out. I traced into the code onCreate at Camera.java try { openCameraThread.join(); loadServiceThread.join(); } catch (InterruptedException ex) { } It seems that

[android-developers] Re: How to Import Android Package Default Projects to Eclipse

2009-04-27 Thread Chih-Wei
You should use 'New' - 'Android Project' and select 'Create project from exist source', then choose the directory that contains AndroidManifest.xml, like the one you gave. On 4月27日, 下午6時05分, raj.10788 raj.10...@gmail.com wrote: Hi All, Can anyone tell me how to import the Android Default

[android-developers] Emulator power off immediately

2009-04-23 Thread Chih-Wei
Hello, I just do repo sync and recompile the whole tree again. When I start the emulator, it showed the android logo, and then a window 'Power Off shutting down' is shown. Then the emulator window has no any response to any input. Strange... I remember I can run the emulator correctly yesterday