dextorer / Sofa

A library for Android TV that extends the Leanback library functionalities
Other
148 stars 34 forks source link

Crashes on gradle:2.1.3 and sdk 24 #18

Open zh-wowtv opened 7 years ago

zh-wowtv commented 7 years ago

mScaleFrameLayout is null when I tried to upgrade the project into com.android.tools.build:gradle:2.1.3:

mScaleFrameLayout = (ScaleFrameLayout) view.findViewById(R.id.scale_frame);

What is wrong? Thanks.

zhouhao27 commented 7 years ago

Actually I found your solution is change the source code of the original Leanback library. It's really hard to upgrade. Do you have any suggestions?