Questions tagged [buildbox]

23 questions
0
votes
1 answer

aidl.exe'' finished with non-zero exit value 1

Hello friend how are you i am beginner in android try make game on buildbox after import game in on android studio change the package name i recieved this error please help how to solve this issue without change package name its work fine here…
joshua
  • 177
  • 1
  • 2
  • 14
0
votes
0 answers

How can i make the enemy go to the character position?

What my game has is a character in a preset position in a 2d-game mobile(x=0.33, y=9.48, z=0). I have enemys that are spawn from different angles of the screen with a movement script. But i have to modify the script so it moves towards the character…
filutu
  • 11
  • 2
0
votes
1 answer

Why can the AppDelegate file not see the GameAnalytics file?

I'm trying to add the GameAnalytics SDK to my project (a game), dragged the framework file onto the project, but when I import it I get an error saying that the file GameAnalytics/GameAnalytics.h is not found How can I fix that problem?
Mohamed Awad
  • 630
  • 1
  • 6
  • 14
0
votes
1 answer

Google Play 64 Bit Compliance

I have a game developed by Buildbox2. As BB states their latest version has 64 bit support. https://www.buildbox.com/forum/index.php?threads/buildbox-2-3-8-2509-beta.17155/ I downloaded latest BB2 and export my game to Android. Then I Analyze APK…
gurkan stack
  • 413
  • 1
  • 15
  • 43
0
votes
0 answers

App crashes soon after launch due to Abstract Method Error

I built my game via buildbox. My App kept crashing due to the error pasted below: Fatal Exception: java.lang.AbstractMethodError: abstract method "void com.google.firebase.iid.zzb.zzd(android.content.Intent)" at…
0
votes
1 answer

Android Project Import to Eclipse does not show Project name in Import Projects window but rather 'PTPlayer' - the project is not importing correctly

I have created a game in Buildbox which I've exported to Android. Upon importing this project to Eclipse (Import -> Existing Android Code into Workspace -> Browse for folder) the project does not appear, but rather the directory under 'Project to…
0
votes
1 answer

Failed to resolve: appcompat-v7 android studio 3.2.1

I exported my Build box project and opened it on Android studio. But Unable to Build it.I'm getting this error. Failed to resolve: appcompat-v7 Gradle file apply plugin: 'com.android.application' android { compileSdkVersion 26 …
Hi Im Naru7o
  • 72
  • 2
  • 12
-5
votes
2 answers

Disable android back button on gaming app

When I try to add back button removal code, it gives error. I created a game with buildbox, it's a drag and drop, and exported it to the Android Studio. I want to disable the android back button. Please, I need help on how to go about this.
1
2