After chopping hands, the fraud call came before the express delivery was received. How to improve the privacy and security of e-commerce>>>
Reference link: e rror:Failed to resolve: com.android. support:appcompat-v7 :29
Cause: Android studio updates the SDK version to the latest version
Error: failed to resolve: com.android.com support:appcompat-v7 :29
Analysis: the version of Android SDK tools under sdkmanager is 26.1.1
Solution: modify the build. Gradle file in the app directory
1.compileSdkVersion 29 -> compileSdkVersion 26
2.targetSdkVersion 26 -> targetSdkVersion 26
3.com.android. support:appcompat-v7 :29.+ -> com.android. support:appcompat-v7 :26.+
Similar Posts:
- gradle: failed to find Build Tools revision 23.0.1 [Three Mehods to Solve]
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- How to Solve Failure [INSTALL_FAILED_OLDER_SDK]
- Android studio import project, error e rror:Unsupported method : BaseConfig.getApplicationIdSuffix().
- Actionbar expiration problem
- Failed to install the following Android SDK packages as some licences have not been accepted
- [Solved] Duplicate class com.blankj.utilcode.BuildConfig found in modules classes.jar
- [Solved] Android Studio Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler
- [Solved] Could not resolve com.android.support:appcompat-v7:28.0.0
- Could not find com.android.tools.build:gradle:3.3.0.