Questions tagged [robovm]

Robovm is an open source, ahead-of-time compiler for Java bytecode to ARM and x86 executables.

The RoboVM compiler translates Java bytecode into native ARM or x86 code. Apps run directly on the CPU. No interpreter or virtual machine involved. RoboVM enables Java apps to run on iPhone and iPad without a run-time interpreter or JVM.

332 questions
0
votes
2 answers

Robovm Read and write to a file

I try to write a text to a file and read this text later. When I use FileWriter I become a NullPointerException? Is that a permission problem or ...? I also try the PrintWriter but I see the same Exception . This my code: FileWriter fw = new…
Londi
  • 3
  • 3
0
votes
2 answers

Libgdx facebook binding ClassNotFound

The title says it all. I'm implementing a game with libgdx and I want to implement the facebook sdk into iOS. I'm using the robovm bindings. SEE BELLOW!! The game compiles and is pushed to the device, however when the game starts it fails with this…
couceirof
  • 574
  • 7
  • 19
0
votes
1 answer

RoboVM - How to get notifications from MPMoviePlayerController

Title. I want to listen when the player starts stops buffers, etc. I am able to get the MPMoviePlaybackState, but how to use it? I've been looking/trying for this, but no luck. Any help please?
Scanevaro
  • 33
  • 7
0
votes
0 answers

Cannot access the roboVM settings under preferences in Eclipse

I just installed the RoboVM plugin in Eclipse and am trying to access the settings from preferences, but I am getting this error: Unable to create the selected preference page. An error occurred while automatically activating bundle…
Ilmfinity
  • 1
  • 1
0
votes
3 answers

com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: - Error

I am trying to develop an application in libGDX for iOS. In my Java class I have written this line private Texture texture = new Texture(Gdx.files.internal("data/folder_name_1/folder_name_2/abcd.png")); and my robovm.xml looks like…
user2750518
  • 3
  • 1
  • 4
0
votes
1 answer

RoboVM + admob black banner rectangle

i have followed the libGDX guide here:https://github.com/libgdx/libgdx/wiki/Admob-in-libgdx for my android project everything works great, but on my ios project my banners are showing as black rectangles. I know that my internet is working normally…
WaZz
  • 82
  • 7
0
votes
1 answer

Gdx.net: NPE in libgdx code with RoboVM

I'm having a problem with a Android/IOs app: the library code (libgdx?) throws a NPE, but debugging in RoboVM is not supported. When run in Android, it works as expected and reeaches the handleHttpResponse() method. When run in IOs, it reaches the…
Lucio Crusca
  • 1,277
  • 3
  • 15
  • 41
0
votes
1 answer

Creating an iOS Simulator Build for Facebook Review with RoboVM

How can we create an iOS simulator build using RoboVM and eclipse? It is required for Facebook Review which is done for approving write actions such as…
Mehmet Ataş
  • 11,081
  • 6
  • 51
  • 78
0
votes
1 answer

libgdx crash on iphone after splash screen caused by unfound images

I am using libGDX v 1.2.0 and have roboVM plugin 0.0.14 installed in eclipse. I have created an app that works as expected on the desktop and iOS Simulator (iOS 7.1), however when i set it to run on my iPhone 4s running iOS 7.1, it installs and…
0
votes
2 answers

how to remove admob banner view from my game through robovm?

This article shows how to add admob banner in your libgdx game through robovm. https://github.com/libgdx/libgdx/wiki/Admob-in-libgdx It actually did.But when I open my game,admob banner will appear at the top of the view and can't be removed.That…
0
votes
1 answer

how to check network connection status in libgdx with robovm?

according to this website https://github.com/libgdx/libgdx/wiki/Admob-in-libgdx I know how to add a admob banner in a libgdx game through robovm, and that worked! Everything works fine when my Iphone is connected to either wifi or grps. However when…
0
votes
1 answer

UnknownHostException from getLocalHost on iOS device in RoboVM

I am trying to initialize JmDNS on an iOS device, getting the address with the line: InetAddress adr = InetAddress.getLocalHost(); It works fine in the iphone simulator, however when tested on a physical iOS device this causes an…
0
votes
1 answer

ApplicationVerificationFail during launching ios app with robovm & libgdx

We are developing games with robovm(0.0.11) and libgdx(1.0.0), When we launching ios app on the ipad, there is an error tip: ApplicationVerificationFail. But when I create a second game with the same signing identity and provisioning profile, it's…
Alan Yin
  • 41
  • 4
0
votes
1 answer

Text-to-speech on iOS (robovm) with libgdx

I'm trying to develop an app on iOS with libgdx. I want to use the text-to-speech but I can't find anything about that. How can I do this ? Thanks
Samy Sup
  • 298
  • 2
  • 16
0
votes
0 answers

RoboVM - Error on building workspace

I am trying to set up an ios version of my android app, and have been told to use RoboVM. I have installed the plugin, but I keep getting an error on the build. Errors occurred during the build. Errors running builder 'RoboVM Class Builder' on…
Divergent
  • 141
  • 2
  • 19