gradle-experimental Questions

4

Solved

I want to use the features of kotlin @Parcelize, I have apply the plugin: 'kotlin-android-extensions' on gradle, and I added androidExtensions { experimental = true } but errors continue to...

1

I am using the android gradle experimental plugin to build an app module with some native code. This native code uses a library with pre-built .so files, which I am bundling into a .aar file via an...
Angel asked 15/5, 2017 at 21:49

2

Solved

I recently switched from Eclipse+ADT to Android Studio. My app is a full native C++ application. I use Android Studio 2.0 Beta 5 and Gradle Experimental 0.6.0-beta4. The build process of Android S...

1

I'm using the @Parcelize feature in android development using Kotlin language. To use them I have done the below modifications in build.gradle file. apply plugin: 'kotlin-android-extensions' t...

3

Solved

I have a .so file from vendor which only support "arm". Currently it works perfectly fine for my Android application. Somehow I want to separate the implementation using Android Studio module, so I...

3

I've got a project that uses the experimental gradle plugin, i.e. 0.2.0. When I've got no productFlavor, I can perfectly integrate a library module in Android Studio and everything works perfectly....

3

Solved

Is there any way or workarounds or just hints to make plugins from gradle and gradle-experimental working together? For example to mix those two versions: com.android.tools.build:gradle:1.3.1 co...
Otherdirected asked 3/11, 2015 at 21:18

4

Solved

Android Studio cannot find my header files when they are in a location different to the main source folder of my module. This is noticeable by #include "SDL_config.h" statements being highlighted i...

1

I had some troubles when I tried to use the latest Android building tool(gradle-experimental:0.6.0-alpha3) with databinding framework. It results in an error when I try to refresh all gradle projec...
Excavation asked 14/1, 2016 at 8:47

1

Solved

I'm currently using the Android Gradle Experimental plugin in one of my apps and I would like to be able to use the retrolambda library. One of the requirements is to specify some compileOptions. I...
Jetpropelled asked 9/5, 2016 at 23:29

0

I have to use experimental-gradle for native code debug and "provided 'javax.annotation:jsr250-api:1.0'" in build.gradle, but it seems that the experimental version does not support provided gramma...
Embellishment asked 20/4, 2016 at 1:35

1

Solved

I am trying to generate an Android application to use some extra *.so libraries (specifically 'libinterface.so'). Those libraries are generated externally, and included as a dependency inside a wra...

1

I tried building the nativeActivity code from the samples in Android Studio 1.5.1 but I am getting this error : Error:Unknown host 'jcenter.bintray.com'. You may need to adjust the proxy setting...

2

Solved

I have a gradle-experimental 0.6.0-alpha1 compliant build.gradle file: apply plugin: 'com.android.model.application' model { android { compileSdkVersion = 21 buildToolsVersion = "23.0.2" def...

1

Solved

I'm trying to build project with module which uses NDK. But Gradle build gives error. this is my build.gradle(Main project) buildscript { repositories { jcenter() } dependencies { clas...
Swedenborgian asked 8/1, 2016 at 4:46

4

I'm using Gradle Android Experimental plugin in the following project structure: Root Project |-- app |-- my-library settings.gradle include ':my-library', ':app' build.gradle buildscript { ...

1

Solved

I'm building an app with an NDK library using Android Studio 1.5.1 and the Gradle experimental plugin 0.4.0. Even though the Gradle config is set as such (with minSdkVersion.apiLevel = 18), it see...
Saga asked 30/12, 2015 at 15:31
1

© 2022 - 2024 — McMap. All rights reserved.