Closed bao-qian closed 7 years ago
@happlebao that's because of gradle compatibility issues. I'll fix it in a minute. Thanks for the feedback!
Fixed by updating required gradle version (and removed proguard from gradle.build). 0.4 version is available at https://visualstudiogallery.msdn.microsoft.com/9f5a516a-f4d0-4228-9d25-d0273abebf33
Thanks for your fix. But you forget to change the default template.
builde.gradle
of project from 0.13.2 to 1.0.0runProguard
in builde.grade
of app to minifyEnabled
.Why use zip instead of folder form template? zip can't use version control. It looks like you didn't commit your newest change to Github?
@happlebao indeed. I didn't push it. (and yes, I changed version to 1.0.0 and removed runProguard). PS: it is nice idea to store template without zipping. and make an arhive during compilation, thanks!
@EgorBo There are something wrong in the upgrade mechanism. If you just upgrade inside Visual Studio, there will no Template_v.0.4
. I finally got it by reinstall the extension.
To dismiss the warning dialog in idea, you need update
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
to
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
in gradle-wrapper.properties
Updated to gradle-3.3.0
Hi, This is a fantastic plugin. But There is no xml/axml under resources folder after opning Android Studio.
I tried use lower case file name and rename axml to xml, no help.
Any help?
Installed from Visual Studio Gallery. Default template. OS Windows 8.1 X64 Android Studio:1.0.2 x64 Visual Studio: 2013 Ultimate update 4