muzammilpeer / android-gl

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

Doesn't support Android 1.0 & higher #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Import the projects into Eclipse
2.
3.

What is the expected output? What do you see instead?

Projects don't build.  The path to the android jar has to be fixed.

What version of the product are you using? On what operating system?

Ubuntu 9.04, Eclipse 3.4.1, Android 1.0, 1.5, 1.6, 2.0

Please provide any additional information below.

Android has come a long way particularly with its OpenGL ES support. 
Namespaces have changed so alot of refactoring has to happen in order for
these projects to work on more recent Android versions.

The .classpath file specifies a really old version of Android (m3) and
hardcoded to the user direc

/Users/bburns/Desktop/android_sdk_darwin_m3-rc22a/android.jar

Original issue reported on code.google.com by mpredo...@gmail.com on 10 Dec 2009 at 12:56

GoogleCodeExporter commented 8 years ago
Hi,
I successfully built the project 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.

Original comment by okuokuoku on 6 Dec 2010 at 8:56

GoogleCodeExporter commented 8 years ago
Forgot to write before.

> What version of the product are you using? On what operating system?
Windows XP, Eclipse 3.5, Android 1.6, 2.2

Original comment by okuokuoku on 6 Dec 2010 at 9:04