Nico Küchler

Results 21 comments of Nico Küchler

@nilsi What are your steps to get this error? You shouldn't get this if you use the master branch.

You can do what you want. Please notice that this project is a bit outdated. This was intended for free usage. I will add a short copyright notice.

This issue can be reproduced with library modules. Open project with Android Studio - clean project - run tests from library module and removed by - run tests from app...

Just changing the applicationId should not give any erros but use different applicationIds is a known issue. Try the posted workaround https://github.com/robolectric/robolectric/issues/1623#issuecomment-101538263

Nice work I will compare it with https://github.com/nenick/android-gradle-template/blob/master/App/build.gradle and take the best of both :)

Fix from blurpy does not work for me. My dirty quick fix is also to reimplement (copy/paste) the `DefaultClusterRenderer` and remove one `shouldRenderAsCluster` check. It produced no issues yet. ```...

Should work with each IDE and OS combination. I don't understand your question

This error should not be from the dex split task which is provided here. There is no call to a bash. Post your script here it looks customized. You use...

modify the path add "app/" in front of it. the makes the project work for me

never mind. best is you try out this project with following pull request https://github.com/creativepsyco/secondary-dex-gradle/pull/5 i mean this lin: "${BUILD_TOOL_LOCATION}/dx" --dex --output=${ASSET_DIR} build/intermediates/exploded-aar/secondary-dex-gradle/lib/unspecified/classes.jar add 'app/' at front of the path