Lines Matching refs:AndroidVersion
21 import com.android.sdklib.AndroidVersion;
349 * @param androidVersion the version of the platform the project is compiling against.
351 private void checkManifest(Project antProject, AndroidVersion androidVersion) {
379 if (androidVersion.isPreview()) {
382 String codeName = androidVersion.getCodename();
390 // androidVersion.)
392 Integer.toString(androidVersion.getApiLevel()));
411 int projectApiLevel = androidVersion.getApiLevel();
417 } else if (minSdkValue > androidVersion.getApiLevel()) {