tranleduy2000 / javaide

Code editor, java auto complete, java compiler, aapt, dx, zipsigner for Android
GNU General Public License v3.0
470 stars 158 forks source link

AndroidStudio 3.2.1 can not compile #136

Open leezn opened 5 years ago

leezn commented 5 years ago

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?

leezn commented 5 years ago

image

leezn commented 5 years ago

missing "com.android.build " page and source code

Ahmedrissa909 commented 5 years ago

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;

/ /