android学习问题btnstartSerivce cannot be resolved or is not a field
在布局文件打了这些.为什么用findViewById(R.layout.btnStartSerivce1);却报错搞不懂<Buttonandroid:id="@+id/b...
在 布局文件打了这些.为什么用findViewById(R.layout.btnStartSerivce1);却报错搞不懂
<Button
android:id="@+id/btnStartService1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/B1" />
<Button
android:id="@+id/btnStopService"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/S1" /> 展开
<Button
android:id="@+id/btnStartService1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/B1" />
<Button
android:id="@+id/btnStopService"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/S1" /> 展开
1个回答
展开全部
R.layout.此处是你的button声明文件的名称.btnStartService1
例如你的
<Button
android:id="@+id/btnStartService1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/B1" />
写在xxx.xml里
那调用就是R.layout.xxx.btnStartService1
例如你的
<Button
android:id="@+id/btnStartService1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/B1" />
写在xxx.xml里
那调用就是R.layout.xxx.btnStartService1
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询