کلیدستان

نسخه‌ی کامل: رفع خطای cannot be resolved or is not a field
شما در حال مشاهده نسخه آرشیو هستید. برای مشاهده نسخه کامل کلیک کنید.
سلام
میشه بگید مشکل این کد چیه؟

این خطا رو میده
کد پی‌اچ‌پی:
Multiple markers at this line
    
R cannot be resolved to a variable
    
splash_welcome cannot be resolved or is 
     not a field 


این کدهای مربوط بهsplash_welcome

کد پی‌اچ‌پی:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 
   xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
 
   android:layout_height="match_parent"
 
   tools:context=".Welcome"
 
   android:padding="30dp"
 
   android:background="#eee">

 
   <ImageView
        android
:layout_width="wrap_content"
 
       android:layout_height="wrap_content"
 
       android:id="@+id/imageView"
 
       android:layout_centerVertical="true"
 
       android:layout_centerHorizontal="true"
 
       android:src="@drawable/main"
 
       android:padding="30dp" />

</
RelativeLayout