Failed linking file resources

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

    It's Obvious that if you have a big project, it will be a nightmare to check each and every xml file.

    Run the following command in android studio terminal and it will give you the filename with the issue

    gradlew build --stacktrace
    

提交回复
热议问题