tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

Android: build module with example app broken #14132

Closed m1ga closed 1 month ago

m1ga commented 1 month ago

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

Description

When building an Android module with ti build -p android to execute the example app it currently fails because of https://github.com/tidev/titanium-sdk/pull/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