私は奇妙な問題を抱えています。 XMLでは、私はSamsungは常にnullを返しますが、HTCで動作します - findViewbyId
<Button
android:id="@+id/btnV"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:layout_marginRight="10dp"
android:background="@drawable/selector_app_update">
</Button>
を持っており、コード
btnV = (Button) findViewById(R.id.btnV);
とHTC上で、それは私がnullのたびに取得していますサムスンではなく動作します。誰か似たような問題がありましたか?私はきれいにして、プロジェクトと日食を再起動したが、何もしなかった。
いいえ、Samsung Galaxy Y –
でうまく動作していますか? –
プロジェクトをリフレッシュするか、Eclipseを再起動します。 –