All Questions
22 questions
0
votes
0
answers
23
views
Artifact Null on extract from the dependency
I am having a working module, I am trying to inject the module into new application not using the compose version 1.8.2 in my application, even though its checking for 1.8.2 in my cached folder and ...
0
votes
0
answers
147
views
Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=androidx.activity:activity:1.8.0
I build Native SDK for android. To build SDK for react native (for the same product), I used bridging method.
I added native SDKs of Android and iOS in the React native and build an SDK for the react ...
0
votes
0
answers
19
views
When navigating from a fragment containing a PreferenceScreen, artifacts appear in the Button
I have 2 Fragments, the second one contains the PreferenceScreen, the first one contains the RecyclerView, a root container for the RecyclerView - MaterialCard. The root container of the item is a ...
2
votes
1
answer
840
views
Gradle is searching on Artifactory for a jar library file but it is an aar file
I'm new to Artifactory and Gradle, and I'm experiencing the following problem:
I have published on Artifactory an .aar file, which is the following file:
Lib-debug-1.0.0.aar
Now I want to resolve this ...
0
votes
1
answer
94
views
Is it possible to make Gradle build fail if apk artifacts are not generated for some reason?
Actually I'm using Gradle with Bamboo for Continuous Deployment and I've noticed that, with an edit I've done, when Bamboo builds my application, it doesn't build the .apk artifacts on Bamboo. ...
1
vote
1
answer
582
views
When I update version in play console it shows me this "You need to publish the artifact to any track before sharing it." instead of link
I already published app for testing in Internal Testing Section (Version 1) but when I upload another Version it is showing me this line and not showing link of the app anywhere . That's why I am ...
0
votes
2
answers
777
views
How to check a specific artifact's existence in mavenLocal repository (i.e. .m2 repo) , in Android Gradle?
As titled, is there any able gradle api or maven api to check this? I have read other similar questions, but there is no complete answer yet.
0
votes
2
answers
325
views
Add specific artifact to a Gradle project (Androind)
I need to use, in an Android project using Gradle, a specific artifact of a repositorty.
The artifact is kotlinx-serialization-cbor version 0.20.0 (available in the readme) from the kotlinx ...
0
votes
0
answers
476
views
IntelliJ won't build Android library artifact with two Kotlin plugins applied in the same time
Recently I've encountered an odd problem/bug in IntelliJ IDEA during developing my Android library in Kotlin. I have 2 library modules inside a dummy app. module1 imports module2 which has extension ...
0
votes
1
answer
676
views
Maven: copy an artifact with its all dependencies from local repository to another directory
I have this artifact https://mvnrepository.com/artifact/com.android.tools.build/gradle/3.4.0-alpha07 and its all dependencies in my local repository (.m2/repository).
Now how to copy this artifact ...
0
votes
1
answer
1k
views
How to publish versioned binaries in Artifactory knowing their paths in the repository?
I think I am missing something here, I'll explain what I need to do.
We are planning the move to Git, we currently use something else. Git does not deal well with large binaries and we are full of ...
1
vote
1
answer
815
views
IntelliJ android app artifact java.lang.assertionError
I have followed android tutorial on making apps and finished first section and wanted to export result to mobile phone.
However, when I try to build artifact in intelliJ I get following error:
...
8
votes
2
answers
8k
views
Where to find/set up for 'Artifact' in Android Studio?
I'm starting up in the Android dev. environment, and I'm at the point where I'd like to distribute my apps to a wider test environment than my own phone and simulator.
Along these lines, I've been ...
1
vote
1
answer
456
views
OpenGL ES 2 Texture atlas bleeding edge
Currently working on video games project.
When I get:
Matrix.orthoM(projectionMatrix, 0, 0, widthwindows, heightwindows, 0, -1, 3);
Everything looks ok. But when the variable widthwindows is ...
0
votes
1
answer
199
views
How to create jar file for ANE in IntelliJ?
I use Eclipse for Java that works well and for AS3 use IntelliJ that is much better. But IntelliJ do not know create working jar file for ANE.
Does anyone know how to set the project/artifact in ...