In android studio in mainactivity at the top I have the lines
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.util.EncodingUtils;
Cannot resolve symbol of HttpClient HttpPost and EncodingUtils All this marked in red.
If I remember right my project when created it was targeting api 15. My device to run it later on is lg g3.
Also I installed android studio yesterday and inside the android studio I didn't checked and installed the AVD manager packages not sure if I should or they are already installed.
This is what I see when going to AVD I see there also something Failed to load on the right top corner.