Failed linking file resources

后端 未结 25 1065
悲&欢浪女
悲&欢浪女 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:48

    This message means there is a syntax error in your XML file. If Logcat cannot pinpoint the error with a friendly log message with the xml file name, try cleaning the project and rebuilding the project. It worked for me.

    In the Build tab, you will get a node named Android Issues.

    The error message explaining the error with the XML file is under it.

提交回复
热议问题