Error: cannot find symbol import com.wa.delxott.R
Symbol: class R
Location: package com.wa.delxott
After I change package name, during app resking. I try to check clear and rebuild, but I am getting same error. I've lost my 7 hours for this error. Is there any way to fix this it?
In download fragment.java
R is highlighted as a red colour error:
import com.orhanobut.hawk.Hawk;
import com.wa.delxott.Provider.AndroidWebServer;
import com.wa.delxott.R;
import com.wa.delxott.entity.DownloadItem;
import com.wa.delxott.ui.Adapters.DownloadedAdapter;
import com.wa.delxott.ui.activities.PlayerActivity;