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

[TIMOB_24681] Fixed bug detecting Android env when the target SDK is … #3

Merged
merged 1 commit into from May 12, 2017

Conversation

cb1kenobi
Copy link
Contributor

@cb1kenobi cb1kenobi commented May 12, 2017

[TIMOB_24681] Fixed bug detecting Android env when the target SDK is not installed and there's an avd or addon that references it.

JIRA: https://jira.appcelerator.org/browse/TIMOB-24681

…not installed and there's an avd or addon that references it.
@cb1kenobi
Copy link
Contributor Author

APPROVED

@cb1kenobi cb1kenobi merged commit 6170c15 into tidev:master May 12, 2017
@cb1kenobi cb1kenobi deleted the timob-24681 branch May 12, 2017 15:27
target = platform.name + ' (API level ' + platform.apiLevel + ')';
sdk = platform.version;
apiLevel = platform.apiLevel;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Won't that result in a lot of "undefined" values in ti info like here? Resolved via PM.

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.

None yet

2 participants