Question

I'm already saw related posts. I'm changed my dependency

compile 'com.android.support:appcompat-v7:+'

to

compile 'com.android.support:appcompat-v7:20.+'



and in my main project gradle file

compile 'com.android.support:support-v4:+'

to

compile 'com.android.support:support-v4:20.+'

in subprojects but it doesn't help me. I'm convinced that all subprojects (libraries) in my project doesn't use the newest version of this libraries.

Was it helpful?

Solution

It is a bug. Use MAx SDK 19 until it's fixed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top