Failed linking file resources

后端 未结 25 1064
悲&欢浪女
悲&欢浪女 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
    慢半拍i (楼主)
    2020-12-01 03:47

    This sometimes happens when you have a random XML file doing nothing. Removing the file resolves the issue.

提交回复
热议问题