question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 issue

I 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:closed
  • Created 6 years ago
  • Reactions:34
  • Comments:26 (13 by maintainers)

github_iconTop GitHub Comments

11reactions
alouanemedcommented, May 18, 2017

waiting for the fix 🙏

9reactions
zaki50commented, May 22, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found