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
713
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
921
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
512
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
434
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
717
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
677
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
577
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
752
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
604
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
702
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
606
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
523
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
899
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
812
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
554
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
945
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
913
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
661
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
631
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
600
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
573
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
643
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
682
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
499
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
769
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
528
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
723
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] 发现incaseformat病毒怎么办?
[2] Need help adding controlled loops in my python code
[3] Shift Elements of 2D VBA Array
[4] Sorting text lines from hard drive files by partly loading to memory | Java
[5] echarts中的地图实例
[6] Vue2 extend 全局方法在vue3.0 怎么实现,下面是我v2的代码
[7] ios - How do you archive Swift Package Dependencies to include in your XCFramework for binary distribution as a Swift Package?
[8] 文本,可以根据字数的长度,控制...显示吗
[9] LED对接控制
[10] Can I get the property of a specific object in a Django template?
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
广告位招租
...