muslihudin / android-gl

Automatically exported from code.google.com/p/android-gl
0 stars 0 forks source link

Build using Eclipse #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I successfully built the project on Eclipse 3.5(Android 1.6 and later)  by the 
following steps. 

1. Export from SVN.

2. Copy "default.properties" file from other Android Project.

3. Delete R.java from "/src/edu/union/" directory.

4. Edit the "/res/layout/main.xml" file from <TextView id="@+id/text" to 
<TextView android:id="@+id/text".

5. Import the projects into Eclipse. 

6. Build and the error "android requires .class compatibility set to 5.0" 
occurred.
   In that case, see and fix your project here https://groups.google.com/group/android-developers/browse_thread/thread/9580edf1ed579e4c?hl=ja .

7. Try building again and it should work successfully.

I attach the succeeded project. 

Original issue reported on code.google.com by okuokuoku on 6 Dec 2010 at 9:24

Attachments: