[android-developers] Re: Getting errors for the source platform/packages/apps/Camera.git

2009-04-12 Thread Win Myo Htet
I got some of the answer in this thread http://tinyurl.com/dx993n On Thu, Apr 9, 2009 at 2:38 PM, Win Myo Htet g1.wmh...@gmail.com wrote: I notice that the reason for that many error is because R.java is not generated. I have learned that R.java won't get generated if the project is not

[android-developers] Re: Getting errors for the source platform/packages/apps/Camera.git

2009-04-12 Thread Win Myo Htet
I notice that the reason for that many error is because R.java is not generated. I have learned that R.java won't get generated if the project is not created as android or if there are errors at the start up of the project or if there are errors in res. I have created the project as an android

[android-developers] Re: Getting errors for the source platform/packages/apps/Camera.git

2009-04-12 Thread Ralf
When you say project in Eclipse, do you mean an Android project created using the ADT plugin from the SDK? The Camera app is a system app. You can't compile its Java code using a regular SDK project since the SDK does not have access to the system's internals. R/ On Thu, Apr 9, 2009 at 1:29