Questions tagged [buildbox]

23 questions
9
votes
2 answers

What is a key store path in Android Studio?

I just created my first game using Buildbox and I am trying to upload it to the Google Play Store. Apparently, I have to use Android Studio to turn the game file into an APK. So far, I know how to open it and select "Generate signed APK" or…
user13074005
6
votes
3 answers

How can I create object and use it in Objective-C?

I am using Buildbox for my game. I implemented custom rewarded ads. The problem is that game music continues when rewarded video is open. I want to mute and unmute after video is watched. I know Java but I am not good in Objective-C and Cocos2dx.…
gurkan stack
  • 413
  • 1
  • 15
  • 43
1
vote
0 answers

Android studio build output error For input string: "{{VersionCode}}"

I was converting a build box project to apk. After syncing gradle I clicked build apk then this error shows up. I dont know what to do. Two days before i tried to convert and it worked.
1
vote
0 answers

I have made an Android game using Buildbox but I cannot export it using Android Studio. I have the latest version of both software

I have tried different things I found online but none of them fixed the problem. I have no experience with Android Studio. Please take a look at the build.gradle file and let me know if you can help, thanks. A problem occurred evaluating root…
1
vote
2 answers

Warning on XCodeGLKit deprecated consider migrating to Metal instead and Apple email Deprecated API Usage, use WKWebView instead of UIWebView

I've completed my game using Buildbox 2.3.3 and have cleaned up as many warnings as possible on Xcode. However, I've been at this for weeks now on me migrating from OpenGL to Metal which I assume is the reason I have that error in Xcode saying GLKit…
user13548860
  • 11
  • 1
  • 3
1
vote
1 answer

“Undefined symbols for architecture x86_64” Xcode

It's my first time with Xcode V11.3.1 I'm trying to compiling Buildbox 3 project on Xcode and i got error list, 36 error all starts with the following: Undefined symbol: and this message Undefined symbols for architecture x86_64: …
Mohamed Awad
  • 630
  • 1
  • 6
  • 14
1
vote
0 answers

Enemy auto-rotation towards player

I have this game where i spawn enemies from all the screen sides (image for reference); I made a function for the enemy to move towards the player that looks like this: The problem is, that the enemy's rotation is static for all enemy spawns…
filutu
  • 11
  • 2
1
vote
1 answer

Duplicate class androidx. found in modules classes.jar

I got this errors when I try to generate signed apk for my project Duplicate class androidx.collection.LongSparseArray found in modules collection-1.0.0.jar (androidx.collection:collection:1.0.0) and jetified-support-v4-19.0.1.jar…
1
vote
2 answers

Info.plist : the data couldn't be read because it isn't in the correct format

i was trying to test my project (bulidbox game) on iphone, export the project, opened on xcode and when I tried to run it, An error appears as shown below: error: couldn't parse contents of '/project/ios/BBplayer/Info.plist': The data couldn’t be…
Mohamed Awad
  • 630
  • 1
  • 6
  • 14
1
vote
1 answer

Android Studio build errors while importing Buildbox Project

Here is my build.gradle(Project:Android) file buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' } } allprojects { repositories { google() …
1
vote
0 answers

How can I stop objects from disappearing?

I'm developing a game with Buildbox and I'm facing a problem that I have no idea how to solve. In practice I am making a vertical scrolling game where you can only go up. An endless climb in which to avoid obstacles, traps and so on. To move the…
0
votes
0 answers

Buildbox game to Test Flight

I am a new indie game studying code currently. However I built a Buildbox game and the only Apple export they offer is to the App Store. How do I export this Buildbox game to Apple Test Flight? I tried to convert it from .bbdoc to .aab, it was a…
0
votes
0 answers

Get screen width and height in buildbox

Like subject, how do I get the screen width and height similar to javascript getting window.innerWidth, window.innerHeight? Thanks!
Matt
  • 367
  • 5
  • 17
0
votes
1 answer

when I tried to test the game on my device crushed "Unfortunately App name has stopped

i have a problem launching my game on my phone or any virtual device, I've exported the game from Buildbox to an android source code and imported into eclipse without any problem and export it to android application also with no problem, when I…
0
votes
1 answer

Non-static field mFirebaseAnalytics can not be referenced from a static context

I am using Buildbox. I defined a custom openURL method in Buildbox. I am trying to track worlds with events. How can I reach non-static mFirebaseAnalytics instance in static method? package com.secrethq.utils; import…
gurkan stack
  • 413
  • 1
  • 15
  • 43
1
2