I am using intellij-idea to develop android app. I created a project with an android module, but none of these :
import android.app.Activity;
import android.os.Bundle;
are recognized, I get cannot resolve android symbol
. I googled this issue but none of the remarks I found there seems to debugg my problem