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

chore: update search path #644

Merged
merged 4 commits into from
Apr 4, 2023
Merged

chore: update search path #644

merged 4 commits into from
Apr 4, 2023

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Jan 31, 2023

as far as my test show this is the only part that is left so it still needs the obsolete Android SDK Tools folder:

Screenshot144

in fact: building apps already works fine, just ti info complains about Unable to locate an Android SDK.

Tested building to device and emulator, building a module and apk

@m1ga
Copy link
Contributor Author

m1ga commented Jan 31, 2023

fixes tidev/titanium-sdk#13651

lib/android.js Outdated Show resolved Hide resolved
lib/android.js Show resolved Hide resolved
},
proguard: fs.existsSync(proguardPath) ? proguardPath : null,
proguard: null,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a FYI, I'm pretty sure we never got around to using proguard. We had a ticket (https://jira-archive.titaniumsdk.com/TIMOB/TIMOB-14740) to auto-generate it the config file, but it turned out to be super complex as we'd need a list of any and all native classes being used and I think that includes modules. Oh well.

Co-authored-by: Chris Barber <chris@cb1inc.com>
@cb1kenobi cb1kenobi merged commit da0bb88 into master Apr 4, 2023
@m1ga m1ga deleted the 230131_android_tools branch April 4, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants