Skip to content

Conversation

@lilicoding
Copy link

Suppress compilation errors given by Android studio due to several invocations of Android APIs that are not yet existing in API level 9 (the minimum supported SDK version). For example, getActionBar(), setShowAsAction(), setDisplayHomeAsUpEnabled() are only interested in API Level 11, setHomeButtonEnabled() is introduced in API level 14.

Suppress compilation errors given by Android studio due to several invocations of Android APIs that are not yet existing in API level 9 (the minimum supported SDK version). For example, getActionBar(), setShowAsAction(), setDisplayHomeAsUpEnabled() are only interested in API Level 11, setHomeButtonEnabled() is introduced in API level 14.
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.

1 participant