Directory:

  1. Release notes
  2. Content of the error
  3. The solution

I. Version description

Mac Android Studio 3.6.2 "React ": "16.8.3", "react-native": "0.59.9", "react-native": "4.3.0",Copy the code

Ii. The following errors occur during project construction

 Caused by: org.gradle.api.internal.artifacts.ivyservice ...
Copy the code

Solutions for referencehere

3.1 Manually Modify the ConfigurationAudioRecorderManagerfile

import android.support.v4.app.ActivityCompat; import android.support.v4.content.ContextCompat; Manually modify: import androidx. Core. App. ActivityCompat; import androidx.core.content.ContextCompat;Copy the code

3.2, rebuild the project, you can succeed ✌️

Write to oneself essay, have a question welcome to point outCopy the code