SpecialCyCi / AndroidResideMenu

The idea of ResideMenu is from Dribbble 1 and 2. It has come true and run in iOS devices. iOS ResideMenu This project is the RefsideMenu Android version. The visual effect is partly referred to iOS version of ResideMenu. And thanks to the authors for the above idea and contribution.
MIT License
2.85k stars 1.1k forks source link

Caused by: android.view.InflateException: Binary XML file line #27 #69

Closed loamen closed 9 years ago

loamen commented 9 years ago

在程序加载的时候就报错了。 Caused by: android.view.InflateException: Binary XML file line #27: Error inflating class com.special.ResideMenu.view.CircleImageView

ResideMenuInfo.Java inflater.inflate(R.layout.residemenu_user_info, this); 这句报错了

请问怎么回事?

SpecialCyCi commented 9 years ago

CircleImageView 这个类代码有问题吧

loamen commented 9 years ago

找到原因了,不是代码问题,函数数量超过安卓上限了。