Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged Gradle
0
votes
715
views
1
answer
gradle - Error Error initializing classpath: Plugin with id 'org.grails.plugins.views-json' not found
I am working with Grails 3.3.11 and Java 1.8.0_275 (open). All of a sudden my project stopped working. ... } Please help me! Thanks. Alfredo See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
923
views
1
answer
gradle - Android app won't build -- The minCompileSdk (31) specified in a dependency's androidx.work:work-runtime:2.7.0-beta01
I'm trying to build a project in my M1, but I got this error when I run npx react- ... zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
514
views
1
answer
gradle - Android Studio ignore --core-library flag
I have a project, which i want to configure on my computer. On anothe computer it works, but with old version of ... in advance for any help... See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
436
views
1
answer
gradle - Android: ExternalSystemException: String index out of range: -130 building release
So, just updated to Android Studio 1.4 Beta 4 and having trouble building a release build. I can build a debug ... compile project(':volley') } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
718
views
1
answer
gradle - Failed to resolve: com.android.support:appcompat-v7:28.0
When I use com.android.support:appcompat-v7:28.+ in my project's build.gradle(module) it works without any error. ... . Any idea to solve it? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
679
views
1
answer
gradle parent pom like feature
At my work we use Maven. I am going to try gradle for the first time. We use a common parent ... there something similar available in Gradle? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
579
views
1
answer
gradle - Android studio - App with library project fails to build
I'm having massive trouble trying to get my app project to build. I have the main app module and a library ... ideas on how to fix this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
753
views
1
answer
gradle - Android Studio - All file names in project are red but there are no errors
I imported a ADT Project in Android Studio. I got a ton of errors, but I could fix them all. I don't ... to add the files to version control. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
605
views
1
answer
gradle - Common code for different android flavors
I am building 4 different flavors of my Android app. I have a class Customization.java that is the same for ... cleaner out of the box. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
704
views
1
answer
gradle - failed to find target with hash string android-23
When trying to build OpenStreetMapView from git://github.com/osmdroid/osmdroid, I get this error: failed to find ... android-23". SDK Manager: See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
607
views
1
answer
gradle - How to import RecyclerView for Android L-preview
Trying to use the new RecyclerView from the support library. I downloaded the 20 update for the support library ... the project. Any ideas? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
524
views
1
answer
gradle - How to get code coverage using Android Studio?
I am developing apps using Android Studio. I was able to run the test code. But, I do not ... └─java └─mypackage └─test └─MyClassTest.java See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
901
views
1
answer
gradle - Android Studio - Unable to find valid certification path to requested target
I'm getting this error Gradle 'project_name' project refresh failed: Unable to find valid certification path to ... ://pastebin.com/kyhfrBp9 See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
814
views
1
answer
gradle - how do I build a jar with a lib dir with other jars in it?
In gradle - how can I embed jars inside my build output jar in the lib directory (specifially the lib/enttoolkit.jar and lib/mail.jar)? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
556
views
1
answer
gradle - Android Studio - no debuggable applications
I tried to debug a release version of my Android application but Android Studio failed to attach a ... message: No debuggable applications See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
947
views
1
answer
gradle - How to run copy task with android studio into assets folder
So far I have added the following to the end of my "build.gradle" task copyFiles(type: Copy ... dependsOn copyFiles clean.mustRunAfter copyFiles See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
915
views
1
answer
gradle - Failed to resolve: com.android.support.design:25.4.0
I added the following line to my build.gradle(Module:app): compile 'com.android.support:design:25.4.0' But when ... on what I'm doing wrong? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
662
views
1
answer
gradle - Force locale for Android flavor with resConfig
I am trying to use the resConfig and resConfigs from the Android Build system. Android Studio version 1.2.2 ... /issues/detail?id=180694 Thanks See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
633
views
1
answer
gradle - Error:null value in entry: incrementalFolder=null
I am getting following error in gradle build. Error:null value in entry: incrementalFolder=null How can I fix this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
602
views
1
answer
gradle - Add ViewPagerIndicator to Android Studio
i'm trying to get Jake Wharton's ViewPagerIndicator working with Android Studio but unfortunately it won't work. I ... .4.1.aar') } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
575
views
1
answer
gradle - Best way to incorporate Volley (or other library) into Android Studio project
I've seen different advice on the best way to do this This question covers creating a jar. Elsewhere, I've ... do that, would be appreciated. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
645
views
1
answer
gradle - com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml
I am creating one app that uses a RestAPI to fetch data, and for that operation I am using retrofit 2, ... FCM dependency it always give error. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
684
views
1
answer
gradle - Could not find play-services-basement.aar
Yesterday I tried building my app and everything worked fine. Today, without any changes to the project... ... convention or gradle issue? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
500
views
1
answer
gradle - Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.1.0) and test app (23.0.1) differ
When building I get the following error: Conflict with dependency 'com.android.support:support-annotations'. Resolved ... can I fix this? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
771
views
1
answer
gradle - Copy existing project with a new name in Android Studio
I would like to copy my Android project and create a new project from the same files just with a different name ... I do this in Android Studio? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
666
views
1
answer
gradle - Execution failed for task ':app:transformClassesWithDexForDebug' while implementing Google sign in for Android
I'm trying to implement Google sign in for Android and I'm following the instructoins via https://developers.google.com ... .1.0' } please help. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
530
views
1
answer
gradle - How to use my own Android.mk file with Android Studio
I am defining some variables within the Android.mk file (I am passing some flags for the compiler), but ... get a Vanilla build working first See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
0
votes
725
views
1
answer
gradle - How to automatically uninstall android app from device before installing a new version
I am using Android studio with Gradle builds. I test my app on a device and let Android Studio and Gradle ... before installing a new version? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gradle
Page:
« prev
1
2
3
4
5
6
7
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] java - How to set a spring controller in such a way, that only particular duration (or between time) it can be accessed other than that it will give error
[2] python - Unable to click dropdown when using selenium
[3] api - Connect to DBS Service - Uk Government
[4] Using memcached in laravel. Is it normal application behavior?
[5] el-tree怎样在每个父节点中统计出子节点的数量?
[6] pm2 install pm2-intercom失败报No git binary found in $PATH
[7] javascript - I want showing a message that appears for 5 minutes, until you move to the next time?
[8] c++ - Why does using two getline function together, second one doesn't take the character?
[9] javascript - I need help adding environment variables to my TypeScript toolchain
[10] vue项目本地测试的时候请求都没有问题,但是发布测试版的时候get请求的请求方式不见了,无法发送请求。
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...