Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to force Android Studio `see` source in other flavours, so refactoring of abstract classes would be safer

I have few abstract classes which has different implementations in flavors.

How do I make Android Studio find if method is used/overridden in all flavors.

Might be, that in currently selected flavor method might look unused.

like image 432
ViliusK Avatar asked Feb 28 '14 09:02

ViliusK


1 Answers

We haven't implemented refactoring/analysis across flavors or build types yet. You can track this at https://code.google.com/p/android/issues/detail?id=66072

like image 60
Scott Barta Avatar answered Nov 14 '22 22:11

Scott Barta