in android studio 3.0 Warnings:Transform 'RealmTransformer' uses scope PROJECT_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES error
See original GitHub issueI regaled realm with android studio 2.7, it worked fine, but after upgrading to android studio 3.0 gradle gives warnings `Warning:Transform ‘RealmTransformer’ uses scope PROJECT_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES
Warning:Transform 'RealmTransformer' uses scope SUB_PROJECTS_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES
Warning:Transform 'RealmTransformer' uses scope PROJECT_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES
Warning:Transform 'RealmTransformer' uses scope SUB_PROJECTS_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES
Warning:Transform 'RealmTransformer' uses scope PROJECT_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES
Warning:Transform 'RealmTransformer' uses scope SUB_PROJECTS_LOCAL_DEPS which is deprecated and replaced with EXTERNAL_LIBRARIES
Issue Analytics
- State:
- Created 6 years ago
- Reactions:34
- Comments:26 (13 by maintainers)
Top Results From Across the Web
QualifiedContent.Scope - Android Developers
class Scope : QualifiedContent. ... Only the external libraries ... Deprecated: local dependencies are now processed as EXTERNAL_LIBRARIES.
Read more >Error while integrating Realm in Android Studio - Stack Overflow
I have referred Realm Documentation, I am using. Android Studio 3.0 Canary 4,. Gradle Version 4.1. Android Plugin Version 3.0.0-alpha4.
Read more >How to Add External Library in Android Studio? - GeeksforGeeks
In this article, we will learn how to add external libraries to our android project. Method 1: Copy external library to the libs...
Read more >Realm: Create reactive mobile apps in a fraction of the time
We no longer support Eclipse as an IDE; please migrate to Android Studio. Installation. Install Realm as a Gradle plugin. Step 1: Add...
Read more >Exclude external libraries from a custom scope of 'Find in Path'
add a line into the help page for the Scopes dialog. As a side note, the 'Scope contains' info is buggy because it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
waiting for the fix 🙏
I talked about this warnings with Xav (tech lead of android tools team) at this Google I/O and he said that android gradle plugin should not print warnings against Scope.PROJECT_LOCAL_DEPS and Scope.SUB_PROJECTS_LOCAL_DEPS if the scope set contains Scope.EXTERNAL_LIBRARIES.
He said that he would suppress those warnings in
alpha2
plugin when above conditions are satisfied.