[AC-6727] Build failed with TiSDK 10.1.1 GA
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Abidhusain Chidi |
Assignee | Abir Mukherjee |
Created | 2021-11-30T07:00:13.000+0000 |
Updated | 2021-12-02T13:33:55.000+0000 |
Description
Unable to compile project in Android with TISDK 10.1.1 GA
Attachments
File | Date | Size |
---|---|---|
AppceleratorStudio_2021-12-01-130723_qalbit-2.crash | 2021-12-01T07:44:00.000+0000 | 203281 |
appc-info.txt | 2021-11-30T07:01:46.000+0000 | 24905 |
appc-use.txt | 2021-11-30T07:02:34.000+0000 | 1976 |
build-error-10.1.1.GA.txt | 2021-11-30T07:00:41.000+0000 | 32293 |
view.log | 2021-12-01T07:47:15.000+0000 | 851707 |
[~Abidindia009] the error you're seeing is due to the Java version you have being unsupported by gradle. You need to use between Java 11 and 16 https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Getting_Started/Installation_and_Configuration/Titanium_Compatibility_Matrix/#java-development-kit
Hi @Ewan Harris, That works perfectly. Thank you for this update. I have one more issue with Appcelerator Studio, It crashed when I open that.
I attached crash log for that here [^AppceleratorStudio_2021-12-01-130723_qalbit-2.crash] And diagnostic report for that here [^view.log]
[~Abidindia009] Studio unfortunately does not support newer versions of the JDK, you may need to follow the instructions in TISTUD-9129 to force Studio to use an older JDK version. However, given the [end of support announcement](https://blog.axway.com/mobile-apps/changes-to-application-development-services) Studio is no longer supported. We recommend moving to the [Atom](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Atom_Package/) or [VS Code](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_How-tos/Visual_Studio_Code_Extension_for_Titanium/) plugins.
Thank you so much @Ewan Harris.