Codepath

Migrating to the AppCompat Library

Overview

Android Studio v3.4.1 and higher will now start forcing AndroidX namespaces. See this document for migrating libraries and imports.

The AppCompat support library enables the use of the ActionBar and Material Design specific implementations such as Toolbar for older devices down to Android v2.1.

Caution: Starting with Support Library release 26.0.0 (July 2017), the minimum supported API level across most support libraries has increased to Android 4.0 (API level 14) for most library packages https://developer.android.com/topic/libraries/support-library/index.html#api-versions

android {
    compileSdkVersion 29
}

dependencies {
    // See https://developer.android.com/jetpack/androidx/releases/appcompat
    implementation 'androidx.appcompat:appcompat-1.0.2'
}

References

Fork me on GitHub pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy