Jiawen Geng

Results 262 comments of Jiawen Geng

Also I do thinks `--ignore-engines` is not a good idea. we add engines to `package.json` because it needs the right engine.

> > > The builds are passing now on these environments > > > > > > You pr looks like forget cirecle ci. The build failed. > > @gengjiawen...

I run into this issue too. Here [Github Desktop](https://github.com/gengjiawen/desktop/releases/tag/v0.5.8) you can download the linux AppImage, and try to unpack the asar, you can reproduce this.

I tried linux (Ubuntu 17.04) too, still not working. ``` buffer.js:851 throw new RangeError('Index out of range'); ^ RangeError: Index out of range at checkOffset (buffer.js:851:11) at Buffer.readUInt32LE (buffer.js:913:5) at...

@HcySunYang

yes, I find a way (commonLibrary is a library project, so it has no product flavor).Sample code : ``` task findbugs(type: FindBugs, group: 'verification') { println("findbugs for ${project.getName()}") if (project.getName().equals("commonLibrary")){...

But in android project, I think default dependsOn "assembleDebug" is a better idea.Because assemble execute both debug and release (proguard will consume a lots of time from my experience) task...

Are planning write a android studio plugin to use templates or instruct user where to put those file?

In mac, the location is fixed.But on other system, this is maybe not the case.You may need to provide a argument to allow user to define their own location.