Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android : unresolved packages and class

in my AndroidManifest.xml, my receiver, service and activities are not found,

it should find en.company.android.name.myclass

however it says my packages(en, company, android, name) are unresolved, and so is the class inside of it.

here is the structure that it should find :

enter image description here

exemple in my AndroidManifest :

<receiver android:name="en.company.android.name.SimpleWakefulReceiver" android:permission="com.google.android.c2dm.permission.SEND">
like image 606
Nolan.K Avatar asked Oct 17 '25 18:10

Nolan.K


1 Answers

go to project file location, and delete build folder, reopen you project, it work for me;

like image 154
yang kui Avatar answered Oct 20 '25 08:10

yang kui