I've struggled with referencing errors to AndEngine GLES2 for hours. I've followed this guide, http://jimmaru.wordpress.com/2012/04/23/setting-up-andengine-gles2-0/ and somehow I could compile the AndEngine (at least, there are no errors, though there are 33 warnings), but when I refer to it from an android application which I downloaded from https://github.com/nicolasgramlich/AndEngineExamples produces bunch of errors saying "java: package org.andengine.engine.camera does not exist" or such (the messages are in Japanese, so it might be slightly different) Please see the attached picture.
What I did so far
AndEngine
- Project Structure - Project Settings - Project - Change Project SDK to "Android 4.2 Platform"
- Project Structure - Project Settings - Modules - Dependencies - Change Module SDK to "Android 4.2 Platform"
- Project Structure - Project Settings - Facets - Check "Library module"
AndEngineExample
- Project Structure - Project Settings - Project - Change Project SDK to "Android 4.2 Platform"
- Project Structure - Project Settings - Libraries - Add "AndEngine" (Classes and Sources)
- Project Structure - Project Settings - Modules - Dependencies - Change Module SDK to "Android 4.2 Platform"
My environment is the following.
Windows 7 Home Premium 64bit
IntelliJ IDEA 12.04 CE
java version 1.7.0
I'm pretty much new to Java and Android world, so any help would be appreciated!