I’m new to Android and I’m using IntelliJ to develop. I’m going through various tutorials, etc and now I’m trying to run/compile Wrox project that uses com.google.android.maps
IntelliJ wouldn’t compile, it complains that this package does not exist.
How do I add it to project? I have everything downloaded in ADT. I was able to run all other projects no problem. What should I look for?
You need to target the Google APIs instead of Android – in IntelliJ, File-Project Structure SDKs and select Google APIs in Build Target.