Open leezn opened 5 years ago
missing "com.android.build " page and source code
Hi #leezn, I have already reported this issueMissing com.android.build.VariantOutput;, but it is not an issue I tried to find these missing files which I did, but after I replaced them you can not create an Android apk inside javaide and if you remove that like this
` package com.android.builder.model;
import com.android.annotations.NonNull; import com.android.annotations.NonNull; import com.android.build.VariantOutput; //import com.android.build.VariantOutput; this file is not exist
import java.io.File; import java.io.File;
/ /
AndroidStudio 3.2.1 can't compile, ndk is 12b version, but,javaide-master\aosp\builder-model\src\main\java\com\android\builder\model\AndroidArtifactOutput.java has 2 errors, How fix it?