gamblore / AndroidPunk

A port of FlashPunk for Android. FlashPunk is a free ActionScript 3 library designed for developing 2D Flash games. It provides you with a fast, clean framework to prototype and develop your games in. This means that most of the dirty work (timestep, animation, input, and collision to name a few) is already coded for you and ready to go, giving you more time and energy to concentrate on the design and testing of your game.

Home Page:http://flashpunk.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

net.androidpunk.R missing :(

mikelsis opened this issue · comments

The import net.androidpunk.R cannot be resolved TiledSpriteMap.java /HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 6 Java Problem

The import net.androidpunk.R cannot be resolved Backdrop.java /HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 8 Java Problem

The import net.androidpunk.R cannot be resolved TiledImage.java /HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 5 Java Problem

The import net.androidpunk.R cannot be resolved PunkActivity.java /HelloAndoridPunk/src/net/androidpunk/android line 13 Java Problem

The import net.androidpunk.R cannot be resolved GLGraphic.java /HelloAndoridPunk/src/net/androidpunk/graphics/opengl line 14 Java Problem

The import net.androidpunk.R cannot be resolved AtlasGraphic.java /HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 6 Java Problem

The import net.androidpunk.R cannot be resolved Shape.java /HelloAndoridPunk/src/net/androidpunk/graphics/opengl/shapes line 8 Java Problem

:( :( :(

commented

Seems like you haven't attached the library project to your project. Setup
android punk as its own project. Right click on your new project > select
android > on the same screen that you select api level at the bottom there
is an area to add library projects. There is a video on YouTube where I set
up a project. Search for androidpunk.
On 2013-01-19 9:30 AM, "Mikelis Asnins" notifications@github.com wrote:

The import net.androidpunk.R cannot be resolved TiledSpriteMap.java
/HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 6 Java Problem

The import net.androidpunk.R cannot be resolved Backdrop.java
/HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 8 Java Problem

The import net.androidpunk.R cannot be resolved TiledImage.java
/HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 5 Java Problem

The import net.androidpunk.R cannot be resolved PunkActivity.java
/HelloAndoridPunk/src/net/androidpunk/android line 13 Java Problem

The import net.androidpunk.R cannot be resolved GLGraphic.java
/HelloAndoridPunk/src/net/androidpunk/graphics/opengl line 14 Java Problem

The import net.androidpunk.R cannot be resolved AtlasGraphic.java
/HelloAndoridPunk/src/net/androidpunk/graphics/atlas line 6 Java Problem

The import net.androidpunk.R cannot be resolved Shape.java
/HelloAndoridPunk/src/net/androidpunk/graphics/opengl/shapes line 8 Java
Problem

:( :( :(


Reply to this email directly or view it on GitHubhttps://github.com//issues/1.

Thanks! I will try asap! Btw great work ;) flashpunk is awsome and androidpunk is ultimate power ;D

It worked :)