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
3
votes
1 answer

Firebase client library for ROBOVM

I am developing a mobile app with Robovm for ios. I need to use Firebase in my app. Is there any way to use Firebase in Robovm?
mehr
  • 845
  • 1
  • 9
  • 18
3
votes
1 answer

Libgdx robovm ios bindings for IAP

I want to implement ios In app purchase in my libgdx game. Im using Android studio I'm searching for robovm ios bindings, but only that I found is https://github.com/BlueRiverInteractive/robovm-ios-bindings , but this bindings are deprecated. On…
Jovan
  • 4,684
  • 13
  • 64
  • 98
3
votes
1 answer

Codename One what happens under the hood

I have to evaluate Codename One, but I couldn't find infos about how the deployment works under the hood and what the end result actually is. Do they cross-compile my Java code to real native code similar to RoboVM, do they use a JVM similar to…
3
votes
1 answer

What is the solution for in-app-pruchase using RoboVM

I want to use in-app-purchase on my RoboVM app on iOS. As far as I understand is that I need to access Apples StoreKit framework for that. I found the following solutions: robovm-ios-bindings (labeled as deprecatred in favor of robopods) robopods…
Luca Hofmann
  • 1,442
  • 2
  • 14
  • 26
3
votes
2 answers

Robovm: java.lang.NoClassDefFoundError: org/robovm/objc/$M

I have a problem every time I run my app that was built using libgdx/robovm. The build succeeds, but every time I open the app, I get the following stack trace: java.lang.NoClassDefFoundError: org/robovm/objc/$M at…
David Xia
  • 31
  • 1
3
votes
0 answers

RoboVM facebook binding invitable_friends issue (com.facebook.sdk error 5.)

I have upgraded my robovm-1.0.0-beta-04, libgdx-1.5.4 game to latest robovm facebook binding I am getting below error : The operation couldn’t be completed. (com.facebook.sdk error 5.) when I try to get invitable facebook friends by using…
Fuat Coşkun
  • 1,045
  • 8
  • 18
3
votes
4 answers

GC overhead limit exceeded trying to build LibGDX project

I'm trying to run a LibGDX project with the iOS configuration but I keep running into the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':ios:launchIPhoneSimulator'. >…
Henrique
  • 4,921
  • 6
  • 36
  • 61
3
votes
1 answer

Running RoboVM under Windows

Is it possible to run RoboVM under Windows or do I need to have MacOS available somewhere? If not, is there an alternative (that also creates as-close-to-native-as-possible output) that does run under Windows?
Markus A.
  • 12,349
  • 8
  • 52
  • 116
3
votes
1 answer

libgdx: Parse.com iOS SDK and RoboVM

I have a app project using libgdx 1.2. I want to add Parse.com push notifications to its iOS and Android builds. No problems with the usual java interface that enables the core app to call into the native platform methods, but I have quite a few…
Lucio Crusca
  • 1,277
  • 3
  • 15
  • 41
3
votes
2 answers

Problems uploading App to Apple's App Store using RoboVM

I'm using Eclipse, libGDX 1.2.0 and RoboVM 0.0.14. In the last couple of days I was trying to upload my app to the app store with no success. To be completely honest, I don't really know what am I doing wrong, so I decided to attach the following…
ASM
  • 363
  • 1
  • 2
  • 14
3
votes
1 answer

RoboVM: missing signing identity

I have an app developed using libGDX and porting to iOS using robovm. This was working perfectly. I then updated my provisioning profile to allow export to another device. When doing this, I was now getting 2 provisioning profiles with the same name…
user3875916
  • 133
  • 2
  • 8
3
votes
2 answers

RoboVM example code: Application windows are expected to have a root view controller at the end of application launch

I have just discovered the extremely awesome RoboVM and wanted to try it out. For now, as a first step, all i want is to try the two samples on the "Get started" page. Unfortunately, i'm already stuck here. I tried the command-line examples, not the…
DisplayName
  • 765
  • 6
  • 17
3
votes
2 answers

LibGDX RoboVM Package for App Store .ipa crashes after splash screen

I have an libGDX iOS application that works perfectly when testing in Eclipse via Run as iOS Device or Run as Simulator. However, when I use RoboVM Tools -> Package for App Store to get an .IPA file that I install on my iPad, it crashes after the…
Kenneth Wang
  • 191
  • 10
3
votes
1 answer

Binding a objC with RoboVM in Java

Hey I vitally need microphone access in my IOS app that I am making with libGDX and RoboVM. I read that I can bind a objC Class to a Java class. I read the documentation at https://github.com/robovm/robovm/wiki/The-Bro-Java-to-native-bridge However…
Krtko
  • 1,055
  • 18
  • 24
3
votes
1 answer

Does Clojure's core.async work with RoboVM?

I've used lein-fruit to generate a basic Clojure project that targets iOS through RoboVM. I've introduced core.async to pass button taps along a channel, but mutating the button in the go block doesn't seem to have an effect. Is there reason to…
exupero
  • 9,136
  • 8
  • 47
  • 63