After upgrading to appcompat 25.1.0 I started getting wired errors.
In my code:
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
I get lint error:
AppCompatActivity.onCreate can only be called from within the same library group (groupId=com.android.support)
How to prevent this behavior?
android appcompat android-lint
pixel Dec 14 '16 at 19:49 2016-12-14 19:49
source share