Phonegap Eclipse Issue - Eglcodeccommon Glutilsparamsize: Unknow Param Errors

Android webview has an error

It has something to do with the emulator and your host GPU. I wouldn't worry about it too much, a lot of people get those errors. You can always try it on an actual device and see if you still get those errors.

Error when creating text input field

I tried to find that Host GPU option on the emulator but could not find out on the emulator that I use. I am using Genymotion emulator and the solution in my case is that I need to set the "hardware accelerated" value to false in AndroidManifest.xml. Thank you for your input, it will be useful if someone is using the default Android ADB.

How Can I Get Started with PhoneGap in Eclipse?

I'm assuming you're on Windows because I just finished resolving the same error.

What I did:

  • Install the latest JDK [1]
  • Install Apache Ant binary [2]
  • Install Android SDK [3]

After all of those were installed I appended the below paths to my Path system variable which can be found at:

Control Panel > System > Advanced System Settings > Advanced tab > Environment Variables button > System variables

C:\Program Files\Java\jdk1.7.0_09\bin;C:\Users\Rob\Documents\apache-ant-1.8.4\bin;C:\Program Files (x86)\Android\android-sdk\tools

Be aware that my username is in those paths so yours will be different. Don't forget the semi-colon between the existing path and what you will be adding.

Depending on your usage of the above tools, it may be cleaner to add the path to the create.bat script.

  1. http://www.oracle.com/technetwork/java/javase/downloads/index.html
  2. http://ant.apache.org/bindownload.cgi
  3. http://developer.android.com/sdk/index.html


Related Topics



Leave a reply



Submit