Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Gradle

0 votes
775 views
1 answer
    I am following this grpc tutorial and I haven't even been able to make it through the first step. The first ... before failing. So... progress? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I have an Android Studio project which has a dependency on ActionBarSherlock set in build.gradle: dependencies ... resolve this import? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    I need to define a system property for my JUnit tests. I've tried various steps to pass the name/value pair into ... , etc) they are running in. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
624 views
1 answer
    After updating android studio to version 3.0, I can't preview layout of my app, I get the error like: ' ... time and assistance in this matter. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    I have written a little game on JavaFX and ported it successfully to Android. Now I want to include some ... Play Services and the Repository See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
831 views
1 answer
    I have the following gradle projects: jar-module-A +-- JavaEE lib(Dependency) war-module-A +-- jar-module ... . How can mitigate this situation? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
977 views
1 answer
    I have a library project(A) that reference another jar file(B.jar), but after generating aar file, jar file(B.jar) ... , include: ['*.jar']) } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I added a task to my gradle project: task deploy() { dependsOn "build" // excludeTask "test" <-- ... I exclude the test task programmatically? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
752 views
1 answer
    I know, it looks like a duplicate, but none of the other solutions out there work. I just switched from Android ... error in my face. Any tips? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
625 views
1 answer
    I am lost on how SonarQube calculates conditions covered by tests. Versions of tools used: * JaCoCo 0.8.1 * ... what I am doing wrong here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to compile the following code: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/ ... my project structure: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
726 views
1 answer
    Is it not possible to automation android app using espresso without source code. Gradle expects a structure like ... Android APK with Espresso See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I want to use gradle plugin having this syntax plugins { id "id" version "version" } but i ... Groovy: 2.4.12 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a sample project with the following hierearhy: Sample (root) -- model (simple jar) -- api ( ... misconfigured? Gradle version: 6.3 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    I get an error after adding 'com.firebaseui:firebase-ui-auth:1.0.0' to the dependency. The error goes away ... 'com.google.gms.google-services' See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm unable to compile my android project. Google and other SO posts tell me it (probably) has something to do with ... api-client:1.18.0-rc' } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    My project contains "ActionBar Sherlock Pull to refresh" and compiles and runs fine with API level 21 ... find attribute android:popupPromptView See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    Can't use anymore maven { url "https://jitpack.io" }. I have following gradle: apply plugin ... ) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execut...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
857 views
1 answer
    I have a multi-project build, and more often than not I find myself locking versions for artifacts across the ... using it, but just wondering. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
568 views
1 answer
    My project contains "ActionBar Sherlock Pull to refresh" and compiles and runs fine with API level 21 ... find attribute android:popupPromptView See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    Can't use anymore maven { url "https://jitpack.io" }. I have following gradle: apply plugin ... ) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execut...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
800 views
1 answer
    I have a multi-project build, and more often than not I find myself locking versions for artifacts across the ... using it, but just wondering. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    I imported my Eclipse project into Android using Gradle. At first I had problems with R.java but I resolved ... in Android Studio. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    I have Android App that uses support library versions 27.1.2. I want to consume a library written using ... issue? Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    I'm using Android Studio 0.8.2, and created a project with Android 4.1 and Android Wear 4.4. I need to ... Play Services. How do I fix this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    I'm trying to add the react-native-firestack package to my app. But it keeps giving the following error : :app: ... :firebase-crash:10.0.1' } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
829 views
1 answer
    So I'm following the official documentation to add the Material Components library to my project https://github ... .google.gms.google-services' See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
646 views
1 answer
    I am trying to almost 2 days to add AndEngine to Android Studio but unable to do so. I tried the following ... back!) I spent on Android Studio See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...