Skip to content
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

Android: build module with example app broken #14132

Closed
1 task done
m1ga opened this issue Oct 4, 2024 · 0 comments · Fixed by #14133
Closed
1 task done

Android: build module with example app broken #14132

m1ga opened this issue Oct 4, 2024 · 0 comments · Fixed by #14133
Labels
bug needs triage This issue hasn't been reviewed by maintainers

Comments

@m1ga
Copy link
Contributor

m1ga commented Oct 4, 2024

I have searched and made sure there are no existing issues for the issue I am filing

  • I have searched the existing issues

Description

When building an Android module with ti build -p android to execute the example app it currently fails because of #14112

The change was in:
https://github.com/tidev/titanium-sdk/blob/12_5_X/android/cli/commands/_buildModule.js#L877

which "works" but tiSdkVersion is just 12.5.1 and it will fail because it wants 12.5.1.GA.

I didn't notice it before since I had 12.5.0 or 12.6.0 installed.

Is there a way to get the GA release or should I add if it is missing?

Reproducible sample

create a module and build it with ti build -p android. Make sure you don't have 12.5.1 just the 12.5.1.GA version

Platform

Android

SDK version you are using

12.5.1.GA

Alloy version you are using

No response

@m1ga m1ga added bug needs triage This issue hasn't been reviewed by maintainers labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage This issue hasn't been reviewed by maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant