Failed linking file resources

后端 未结 25 1025
悲&欢浪女
悲&欢浪女 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条回答
  •  萌比男神i
    2020-12-01 04:00

    You maybe having this error on your java files because there is one or more XML file with error.

    Go through all your XML files and resolve errors, then clean or rebuild project from build menu

    Start with your most recent edited XML file

提交回复
热议问题