This attribute must be localized 产生原因: 多语言错误,源码中关于语言的显示不能直接赋值,而是需要通过xml来实现: 例如 <TextView android:id="@+id/TextViewOutgoing" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight=&qu
原来有的地方打不了断点 会提示no executable code at line xxx 源码sdk里有,sdkManager下好对应版本,然后使用对应版本的模拟器debug就行了 如果要debug的不在sdk里的源码,可以去[https://android.googlesource.com/]下载