i want to connect two application via IADL in android abd i have a problem right now. i create first app and add iadl file to it's /src folder and there is no any error. but when i want to create second app and following to google documentation i have to import first app iadl in my code by this:
import com.example.app.Myiadl;
but when i wirute this line it doesnt resolve and i have a red line under com.example... what is this? how i can solve it?