Hello everyone, I'm using: Java 6 SDK Eclipse 3.4.1 ADT 0.8 Android 1.0r1
I'm trying to get the GLSurfaceViewActivity - example to work. http://code.google.com/android/samples/ApiDemos/src/com/example/android/apis/graphics/ And as soon as I ad the GLSurfaceViewActivity.java to my project I get this error on running the app in the emulator: [2008-11-24 13:10:26 - TriangleActivity] Android Launch! [2008-11-24 13:10:26 - TriangleActivity] adb is running normally. [2008-11-24 13:10:26 - TriangleActivity] Launching: com.google.android.opengles.triangle.TriangleActivity [2008-11-24 13:10:26 - TriangleActivity] Automatic Target Mode: using existing emulator: emulator-5554 [2008-11-24 13:10:26 - TriangleActivity] Uploading TriangleActivity.apk onto device 'emulator-5554' [2008-11-24 13:10:26 - TriangleActivity] Failed to upload TriangleActivity.apk on 'emulator-5554': invalid data message after removing the class, TriangleActivity.apk installs just fine. This happens with all examples I tried (Notepad, GlobalTime, ...)... For this example I also localized the class, which causes the problem. As soon as I comment back in the GLThread class to the project I get this error. LogCat doesnt show any errors.. this is the DDMS output: [2008-11-24 12:43:00 - ddms]transfer error: invalid data message Does someone know what I do wrong? Thx in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

