Failed linking file resources

后端 未结 25 1017
悲&欢浪女
悲&欢浪女 2020-12-01 03:09

This is the java file that is giving the error

package com.example.daksh.timetable;

import android.support.v7.app.AppCompatActivity;
import         


        
25条回答
  •  伪装坚强ぢ
    2020-12-01 04:01

    In my case, I made a custom background which was not recognised.

    I removed the tag from the top of those two XML resources file.

    This worked for me, after trying many solutions from the community. @P Fuster's answer made me try this.

提交回复
热议问题