Questions tagged [libs]

It's a special folder in Java projects. It's used to store compiled libraries (jar files)

It's a special folder in Java projects.
It's used to store compiled libraries (jar files).
These libraries contain common blocks of code that may be reused inside an app.

189 questions
1
vote
0 answers

Android: Error running app with API from HTTP lib

I am making an app that uses the Riot Games API. I enter this line of code to get a response from their website: public int getSummonerLevel() throws JSONException, UnirestException { GetRequest gr = Unirest.get("https://na.api.pvp.net/api/lol/"…
Kinoscorpia
  • 368
  • 3
  • 6
  • 18
1
vote
2 answers

Install ZXing into Android Studio

I am new to installing libraries and I have a really hard time installing ZXing which is a library downloaded from GitHub that makes use of QR codes. Could you please tell me what steps to follow to install it?
deadpixels
  • 769
  • 1
  • 12
  • 21
1
vote
2 answers

can a directx executable be statically linked such that the redistributable dll's are not needed on the system?

Please can anyone tell me if it's possible to statically link in all the directx libs. Basically can i build an exe that will run on any windows system that does not have the directx redistribu installed?
Joe B
  • 11
  • 2
1
vote
1 answer

Can robovm convert every and all compiled jar file there is?

Can robovm convert every and all compiled jar file there is or are there any exceptions? Is there some code that utilizes something special that RoboVM just can't compile? I want to bring in some Apache libraries and I want to know if I can do that…
JohnyTex
  • 3,323
  • 5
  • 29
  • 52
1
vote
1 answer

Need Some clarification about "android-support-v4.jar"

I am facing some questions on android-support-v4.jar now a days. What is android-support-v4.jar What will happen if we remove android-support-v4.jar from \libs folder Which class files are there in android-support-v4.jar What is exact usage of…
user3667402
  • 25
  • 1
  • 5
1
vote
2 answers

Android Add javadoc to Gradle project

My Goal: Add javadoc to a 3rd party library in Android Studio. (Specifically Parse) My Setup: I'm using Android Studio 0.5.2 and it's a gradle setup. I stuck the jar library in the /libs folder and updated the gradle file. (Ex - It's a parse library…
LEO
  • 2,572
  • 1
  • 26
  • 31
1
vote
1 answer

Android gradle build includes jni libs twice

I've been trying to solve a problem about Android build, but couldn't figure out how to solve it. Basically, I am trying to build an Android project using Gradle. It works perfect, but the size of the final apk is 7MB more than when I builded with…
thomasg
  • 571
  • 4
  • 17
1
vote
1 answer

streamscraper java lib eclipse

I have this code: import java.net.URI; import java.util.List; import net.moraleboost.streamscraper.Stream; import net.moraleboost.streamscraper.Scraper; import net.moraleboost.streamscraper.scraper.IceCastScraper; public class Harvester { …
innspiron
  • 163
  • 1
  • 3
  • 12
1
vote
1 answer

How to use a Qt 4 plugin or self developed plugin in qt application?

I'm trying to make a simple application for calendar and it doesn't seem to link properly. Platform: WinXP, Qt: 4.5.3 with MinGW The application is trying to use a predeveloped qt plugin "worldtimeclockplugin" from C:\Qt\4.5.3\plugins\designer. I…
Kashyap
  • 11
  • 1
1
vote
1 answer

Having trouble while integrating startapp into my app

I am trying to integrate startapp ads into my application. I am using the guide provided by Startapp. It is given in the following. ------*start of Guide -----* Step 1: Add the SDK JARs to your Eclipse project Step 2: Update your manifest file Step…
1
vote
1 answer

Linphone Android: missing libraries of the processors?

i'm getting crazy with this thing... I've installed all, compiled all, retried a lot of time, followed various guides.... At the end i cam up with the project in eclipse without error (finally). But... hey! it crash with this logcat! 01-13…
D Ferra
  • 1,223
  • 3
  • 12
  • 21
1
vote
1 answer

Android Studio: "could not find method compile<> for arguments [file collection]"

I am trying to add aws-android-sdk-1.6.1-debug.jar (Amazon Cloud Service) library to my Android Studio project. So I copied the jar-file to libs-directory, right clicked "Add as library". Then added the line compile…
Heikki
  • 21
  • 3
1
vote
2 answers

How do I fix these missing libraries?

So these are the three missing libraries, that I still didn't manage to add to my imported project. I tried a lot of things and it simply won't work. I downloaded google play services with SDK manager and google-play-services_lib isn't there, while…
Guy
  • 6,414
  • 19
  • 66
  • 136
1
vote
1 answer

Which lib did I forget?

So I'm trying to import an existing app into my eclipse and I'm pretty sure i'm missing an important library. The app I'm trying to import is using a QR scanner and I can't find which QR scanner library to add to make it work. I'm only getting…
Guy
  • 6,414
  • 19
  • 66
  • 136
1
vote
1 answer

android.support.v13.dreams.BasicDream cannot be resolved

I'm trying to work on extending BasicDream which exists in package: android.support.v13.dreams. I have tried downloading all most all android version (just trying luck to get it working) but I'm unable to import it. i.e. On import…
Rohit
  • 6,365
  • 14
  • 59
  • 90