Hey Guys,
debugging is working perfect without any problems, but i still have problems building a release with actual version of Juce 4 and Android Studio.
I build for Android 4.4.2 ... after many hours of trying i tell you the steps, of which ich hope are correct :
- debugging works on my Samsung Galaxy Tab 4 (yeah!)
- i change "build variants" to "armeabiv7aRelease"
- i go to "edit configuration" and press fix signing error
- i add my generated key-File (*.jks)
- it now says: "Gradle Project sync failed"
Error:(180, 0) Gradle DSL method not found: 'android()'
Possible causes:<ul><li>The project 'AndroidStudio' may be using a version of the Android Gradle plug-in that does not contain the method (e.g. 'testCompile' was added in 1.1.0).
<a href="fixGradleElements">Fix plugin version and sync project</a></li><li>The project 'AndroidStudio' may be using a version of Gradle that does not contain the method.
<a href="open.wrapper.file">Open Gradle wrapper file</a></li><li>The build file may be missing a Gradle plugin.
<a href="apply.gradle.plugin">Apply Gradle plugin</a></li>
- i tried to change the "guild.gradle - file / dependencies" into other versions without success
dependencies { classpath 'com.android.tools.build:gradle-experimental:0.3.0-alpha7' } (original)
Please, what else can i do to make it work ?
Thanks
Jens
