-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed: Failed to transform godot-lib.4.2.stable.template_release.aar #60
Comments
Try this |
followed the readme and just had the same error |
I was able to build and use the plugin on Godot
|
Hi Tom, after merging in the #52 PR, were you using the docs for the 4.2 Godot or were you using earlier docs? |
I used the 4.2 docs :) Here's a link to the specific page just to be sure: https://docs.godotengine.org/en/stable/tutorials/platform/android/android_in_app_purchases.html |
Hello Tom, can you send me the plugin you build for godot 4.2.1? i tried to build it but in the last step my gradle did not work correctly. Your help will really appreciated. |
Thanks Tom! Managed to understand what code was needed to be updated. Turns out the master branch just needed an updated gradle wrapper to 7.4.2, updating the Android build tools to 7.2.2 and updating the repository name in build.gradle file. With this Gradle compiles the master branch properly and should be good for 4.2.1! If anyone needs help with gradle compile issues feel free to chuck me a message and I'll see if I can help out. I'll also look into getting a PR merged so no one needs to make these changes themselves. Until then people are free to use my fork and compile it. Should work as long as you have Java 17 installed. https://github.com/PrabhTonicbits/godot-google-play-billing |
Hi Sage, I have a compiled master branch for 4.2.1 |
I just checked and it was deleted. I really need it. :( |
Hi Sage, |
Thank you really much. |
@TomSemeijn Did try your fork, and i got a bit further. Now I do however get a bunch of these messages:
|
@grusad It happened to me because I was moving the .arr to the wrong folder. After forking the repo, it created a folder with the name Illustrating:
Silly mistake, but took me hours to find out. xD |
Oh no... Not found again. |
Hi,
I followed the README steps but encountered the build failure, here is the error output:
I'm not familiar with Gradle and Android development so don't know how to troubleshoot.
The text was updated successfully, but these errors were encountered: