When using an appcloud project composed of multiple import modules, failed to resolve: com.se appears after the operation UI on the tablet side of the project is imported and synchronized renegiant:common : 1.5.20 find for many days can not solve, but today found the corresponding solution, record the first time to solve the bug excited, pro test effective.
Solution:
1. download the required common package
2. Set up an AARS folder in the root directory of the whole project, and unzip the downloaded common package and put it in it
After adding the folder and common package, you need to add the corresponding AAR dependency in the build. Gradle of the root directory, as shown on the right side of the figure above.
3. AAR dependency code to be added
//Adding aar dependencies flatDir { dirs '../aars' }
4. Set in build.gradle of the module to be referenced
implementation(name:'common-1.5.20', ext:'aar')
And note the previous code about the package, such as
implementation('com.serenegiant:common:1.5.20') { exclude module: 'support-v4' }
Or
api “com.se renegiant:common :${commonLibVersion}”
5. After modification, synchronize the whole project, and then the problem is solved.
Read More:
- [Solved] Hive Warehouse error: com.google.common.base.Preconditions.checkArgument
- [Solved] Git Run Error: Could not resolve host: github.com
- [Solved] Excel plug in installation failed: unable to resolve the value of property ‘type’
- [Solved] element-plus Error: Failed to resolve component
- Apache Altas Compile Error: [ERROR] Failed to execute goal on project atlas-testtools: Could not resolve
- [Solved] Installation failed due to: ‘INSTALL_FAILED_SHARED_USER_INCOMPATIBLE: Package com.
- [Solved] Manifest merger failed: android:exported needs to be explicitly specified for element <activity#com
- [Solved] error: failed to push some refs to ‘https://gitee.com/wangdxstudy/mygirl.git‘
- [Solved] Win10: Failed to connect to github.com port 443 Timed out
- [Solved] Failed to apply plugin ‘com.android.internal.application‘.
- [Solved] Git Common Error: error: src refspec xxx does not match any/error: failed to push some refs to
- [Solved] Execution failed for task ‘:app:processDebugResources‘. > A failure occurred while executing com.and
- [Solved] Error: failed to create deliver client: orderer client failed to connect to orderer.example.com:7050
- Analysis of npm error ENOTFOUND npm ERR! network request to https://npm.***.com/*** failed and the role of the .npmrc file
- Git Push Error: failed to push some refs to ‘[email protected]:
- [Solved] Android app development version update failed, Android – error: task execution failed ‘: app: com
- [Solved] error: Failed to open COM3 error: espcomm_open failed
- Request processing failed; nested exception is com.alibaba.fastjson.JSONException: can not cast to J
- How to Fix Common Arcpy Error
- How to Fix the common Warning Errors after Vue Project Startup