Failed linking file resources

后端 未结 25 1023
悲&欢浪女
悲&欢浪女 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 03:46

    If anyone reading this has the same problem, this happened to me recently, and it was due to having the xml header written twice by mistake:

    
     
    
         
         
    
    

    The error I was getting was completely unrelated to this file so it was a tough one to find. Just make sure all your new xml files don't have some kind of mistake like this (as it doesn't show up as an error). EDIT It seems like it shows up as an error now, make sure to check your error logs.

提交回复
热议问题