-1
votes
1answer
88 views

Using Unity3D from within Eclipse

Is it possible to use Unity3D from within Eclipse? I've seen that I can import a Unity3D project into Eclipse, but I cannot seem to be able to access classes such as Terrain or Ray. I don't know if ...
-2
votes
0answers
116 views

Unable to launch cygpath. Is Cygwin on the path? - cocos2d-x [closed]

I am new to cocos2d-x. I configure cocos2d-x in Windows 8 / Eclipse and I use android-ndk-r8b. First of all, before I get this error of cygpath, I had the following error: "Program bash not found in ...
2
votes
1answer
191 views

Android emulator with acceleration and gyroscope simulation

Is there an Android emulator that is compatible with eclipse that can simulate acceleration and tilting of a mobile device?
0
votes
0answers
55 views

Testing on Device Other Than the Known Brand Question (Local and Imported Phone Question)

I have a question. When testing a device by using Eclipse, it's easy to install and add device software with these specific brands commonly used in game testing like Samsung, Google, T-Mobile, and ...
1
vote
2answers
287 views

How do I add AndEngine documentation in Eclipse?

I am very new to AndEngine. I have just downloaded the full documentation file, but I can't attach it to Eclipse. How can I do that?
4
votes
4answers
275 views

How to get faster iteration times in android development

I'm creating a game on the android platform that uses the resources/raw folder for assets and scripts. The problem is that every time I change something I have to rebuild the application to test the ...
1
vote
1answer
167 views

Model View Control Issue: Null Pointer Initialization Question

Good morning again. This is David. Please, I need an urgent help regarding control model view where I making a code that uniquely separating into groups: An Activity Java Class to Display the ...
-1
votes
2answers
996 views

are there any alternatives to developing android apps other than with eclipse [closed]

Ever since I installed the android sdk and avd manager in eclipse for java developers, it's been pretty simple to create apps for the mobile device. The only issue I have is eclipse is way too slow ...
-1
votes
2answers
1k views

Android NDK - moving .so files from one project to another

I have a small project I've coded for Android that uses a small about of NDK/JNI code. I'd like to share this code between two projects but I'm having little luck so far. First off, I've tried to ...