Closed m1ga closed 1 month ago
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
ti build -p android
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.
tiSdkVersion
12.5.1
12.5.1.GA
I didn't notice it before since I had 12.5.0 or 12.6.0 installed.
12.5.0
12.6.0
Is there a way to get the GA release or should I add if it is missing?
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
Android
No response
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/14112The change was in: https://github.com/tidev/titanium-sdk/blob/12_5_X/android/cli/commands/_buildModule.js#L877
which "works" but
tiSdkVersion
is just12.5.1
and it will fail because it wants12.5.1.GA
.I didn't notice it before since I had
12.5.0
or12.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 have12.5.1
just the12.5.1.GA
versionPlatform
Android
SDK version you are using
12.5.1.GA
Alloy version you are using
No response