The libs tag has no wiki summary.
1
vote
1answer
74 views
What's the difference between dexedLibs and libs?
I'm moving from Eclipse to Android Studio, and I'm importing my project.
I'm at the step where it's enquiring about libs in my old project. It has two sections, dexedLibs and Libs. Everything I had ...
0
votes
3answers
43 views
Adding a JAR into the Android project's /libs folder
There are tons of questions about this, but none gives a clear solution to this problem (is it really so difficult?)
I'm trying to add a jar to my Android project. Since r17, Google says we should ...
0
votes
1answer
42 views
NoClassDefFoundError although Lib has imported correctly on Android
Heyho! I get a ClassDefFound error, when I want to call a function from an imported library. I know, this is a issue which thousands of people got before, but i tried everything but it doesn't work! ...
-2
votes
0answers
22 views
Should I mention standart android libs in my legal license document? [closed]
I was tryng to create legal document containing external libs and of my project. But should I mention standart android libs(for example google play services) in it?
0
votes
1answer
86 views
CANNOT LINK EXECUTABLE error with required libs loaded. How to link them properly? [duplicate]
edit: I'm aware of the possible duplicate, but the answer it's not directly applicable. I'm using ProcessBuilder and not Runtime.getRuntime().exec:
public int execProcess(List<String> cmds, ...
0
votes
2answers
99 views
Libs folder vs build path dependency (ANDROID)
I have some jar libraries on which my app depends.
When I copy and paste the jars in the project/libs folder, it builds, compiles and executes correctly.
However, if I right click my project -> Build ...
0
votes
1answer
95 views
Android, Eclipse, Put .jar in “lib”&“add to build path” vs Put .jar in “libs”
I was trying to add the loopj .jar library into my project, in Eclipse v3.7.2
First I added the .jar into the "lib" directory, right clicked on it and picked "add to build path". It compiles fine but ...
-2
votes
1answer
174 views
Adding Joda Time
This may appear as a duplicate, but I assure you that it is not. A lot of people ask this question, but unfortunately their solutions did not help me.I am building an app that uses time. I decided to ...
0
votes
1answer
47 views
Can XSS vulnerabilities present in 3rd party js libraries be used to attack the app that uses the lib?
I am using various 3rd party libs like cordova.js, jquery, jquery mobile, mobilizer and so on, in a an android mobile app.. These libs are found to have various XSS vectors through insecure use of ...
0
votes
1answer
94 views
c++ including libs and adding directories for directX11
So I'm playing around with a DirectX tutorial trying to learn it but i keep getting these errors:
1>main.obj : error LNK2019: unresolved external symbol _D3D11CreateDeviceAndSwapChain@48
...
4
votes
1answer
74 views
how to secure app against XSS vectors present in 3rd party js libs?
I am using various 3rd party libs like cordova.js, jquery, jquery mobile, mobilizer and so on, in a an android mobile app.. These libs are found to have various XSS vectors through insecure use of ...
-1
votes
1answer
156 views
Library for creating QR code [closed]
I need a QR code library to encode only numeric values. QR code with only numeric values can store up to 7089 characters, alphanumerics - 4296. As far i have searched i can found libs with ability to ...
0
votes
0answers
54 views
LNK2005 error when mixing static and dynamic libs
I am trying to create DLL ficus.dll which links to a static lib utils.lib, and a dynamic lib (called crux.dll using crux.lib)
When generating crux.dll, I also included utils.lib as part of it.
I am ...
1
vote
0answers
51 views
Qt5 Osx Linker Error
I am receiving the following error after this linker command from qmake generated Makefile.
clang++ -headerpad_max_install_names -mmacosx-version-min=10.6 -o bin/Clock tmp/clock.o tmp/config.o ...
0
votes
1answer
52 views
Monodevelop libs/ folder
I have a .jar file from github and have been asked to place it in my Android app’s libs/ folder. I am using MonoDevelop for Android, and I cannot see a libs/ folder anywhere. I see that in Eclipse, ...
1
vote
2answers
2k views
The import android.support.v13.app.FragmentActivity cannot be resolved
I'm testing an android project (http://developer.android.com/training/animation/screen-slide.html) and I have an error in one class.
/*
* Copyright 2012 The Android Open Source Project
*
* ...
1
vote
1answer
55 views
Failure migrating Android project from IDEA 11 to DEA 12 with libs
I have an Android project which I have been working on using IDEA 11 without any problem. Switching to IDEA 12 I have a weired problem when importing classes from jars in my lib folder. Package names ...
0
votes
1answer
42 views
How do I make tomcat include libs from the current project?
I've read somewhere as a good practice, that it's better to have the required libs included in each project, then just add all the libs you'll ever need to the tomcat folder. Well right now Tomcat ...
0
votes
1answer
48 views
Issues with attaching source to external library
I successfully attached the source for an external library in my Android project. I used the method which is described in this answer. I now see the source, however I face another problem. After I ...
0
votes
1answer
82 views
Linking MinGW64 libs with MSVC 2010
I am trying to link my self compiled librarys (zlib, SDL, SDL_Mixer, SDL_Image, PCRE, ...) (.dll.a, not static) which I've compiled with MinGW 4.7.2 now with MSVC 2010 (x64), this works fine, but when ...
0
votes
1answer
75 views
Linking libs with make/g++ under ubuntu
lets say my makefile looks like this:
CXX = g++
OGLLIBS = -lglut32 -lglu32 -lopengl32
projname : projname.o
${CXX} -o projname $< ${OGLLIBS}
Then in which directory does g++ look for the ...
0
votes
0answers
204 views
Libs management and run the Spring appliaction on Glassfish 3.1.2
I will describe almost step-by-step what I have done to deploy some web app on Glassfish 3.1.2.2 using Eclipse 4.2 and Maven 3.0.
Download Glassfish from
...
0
votes
0answers
56 views
Installing the libs3 on linux
Could someone pls give me a detailed procedure to intsall libs3 on LINUX? Just the procedure will do.
Thanks in advance.
0
votes
1answer
144 views
how to export an android project to jar including the “.so” files in libs folder?
i am using some .so files in the libs folder of my project. i want to export the libs and src folder to jar file so as to use it as an SDK. When using it as an SDK ,i am not able to call the library ...
2
votes
3answers
725 views
How to attach sources or docs for external libraries in eclipse ADT (Android) [duplicate]
Possible Duplicate:
How to attach javadoc or sources to jars in libs folder?
I like to know how to attach sources and docs for external libraries in android projects, using libraries in the ...
1
vote
1answer
154 views
QtCreator: Avoid redefining LIBS in Qt subdirs project
I have a Qt subdirs project with the following structure:
ExternalQtProject
QtSubdirProjects
- GUI
- WebService
WebService contains LIBS from the external Qt project (.pro file in WebService)
...
0
votes
1answer
487 views
QTCreator .pro file: Setting LIBS path depending on DEBUG / RELEASE
As a newbie to Qt I am writing a small project depending on another project, located in a parallel directory.
In my .pro file some .obj files are includes as below (which works). However, when ...
0
votes
0answers
56 views
how to copy KSOPA2 external JAR to libs
I am new to Android, this is very small thing however it bothers me, can some one guide how to place to KSOAP2 external JAR file to libs folder. I have created a libs folder and trying to move the jar ...
2
votes
1answer
222 views
Visual Studio 2010 C++ - How to wrap .lib files for reuse
I am using C++ with Visual Studio 2010. I am trying to build a client-server architecture where both client and server rely on the same 'Engine'
Following is a diagram which explains this:
Where:
...
3
votes
1answer
436 views
Same ValueStack for 2 different struts apps
Im running my sruts 2 (2.1.8.1) applications in a jboss AS (5.1.0-GA). Im placing a.war and b.war in the same /server/default/deploy path and im placing the struts 2 libs in the /server/default/lib ...
0
votes
1answer
601 views
javadoc doclet libs : Illegal package name or ClassCastException when running it
I am running into the next problem:
I am trying to run my very own and beautiful doclet in the console(Windows 7):
javadoc com.mypackages.api -sourcepath ./src/main/java/
Which leads me to a ...
0
votes
1answer
46 views
Should i rebuild a dependent lib after system update?
I have some fear when i update my system libraries. For example, i made make && make install for a custom lib (i.e. libhell, there is no this library in repo) that depends on libssl-dev>0.5. ...
2
votes
1answer
341 views
How to create distro-specific conditional qmake project
Suppose I write code on 2 computers which runs different linux distros.
How to make qmake differ those two distros and assign specific LIBS for those two.
For instance;
unix: {
ubuntu*: {
...
2
votes
1answer
117 views
Organizing External Libs in Git for Several Projects
The Problem
I want my company to store all the included external libs in source control, but I would like these external libs to be in a single repo (not included in each individual project) as ...
1
vote
1answer
426 views
CMake project using a library that depends on another library
I have a problem with the usage of CMake on Linux 64 bit. I have a sample in C that must link to a library (xr_arp.a) which has a link dependency on another lib (libcrypto.a). The following makefile ...
0
votes
2answers
336 views
Simple frame grabber from video file
I would like to find simple lib for my C++ project which can start thread with video and audio decoding and I can grab some frames?
I try to explain my expectations about lib API and behavior in ...
2
votes
3answers
2k views
What's the best way to format a phone number in Python?
If all I have is a string of 10 or more digits, how can I format this as a phone number?
Some trivial examples:
555-5555
555-555-5555
1-800-555-5555
I know those aren't the only ways to format ...
4
votes
3answers
600 views
c++ What files and libs to include?
Many times I find useful code examples on the Internet. About half of the time they don't specify what files to include or even what libs to include on the command line with -l. How do you usually ...
11
votes
4answers
4k views
How do I reference external jar files in a common directory (not libs) to build android project using ant?
I would like to build several android projects that reference the same jar files using ant. I do not want to copy the jar file to each libs directory in the project (due to how the source control tree ...
0
votes
2answers
1k views
android mupdf libmupdf.so runtime error “No implementation found for native openFile”
I just finished compiling mupdf from mupdf.com on my mac. Took some time to figure it out but now I have a libmupdf.so in my libs/armeabi folder.
They provide an example of this class called ...
0
votes
1answer
24 views
Compiler definitions of source code linked to lib change lib?
I have file A.cpp that has targetlibs=Lib.lib on the sources file.
Lib.cpp was compiled with C_defines=-DSomething, but A.cpp is compiled with C_defines=-DOther.
Lib.pp contains #ifdefs for ...
0
votes
1answer
373 views
libs-for-android: Example with JsonContentHandler?
i'm using feed.jar of libs-for-android, and i need to parse json data.
I've founded JsonContentHandler.java class similar to XmlContentHandler.java used in demos.
Can you give me an example on how to ...
0
votes
0answers
182 views
Need tutorials on libs-for-android
do you know project libs-for-android hosted on google code https://code.google.com/p/libs-for-android/?
Well, i want to use it, but i need tutorials.
Can you give me tutorials on how to use ...
4
votes
2answers
133 views
whats are *.so.*.* libs
When I do ls -l in /usr/lib I see lots of libs with "sameName.so.*.*" extension.
What is the significance of these extensions?
Why softlinks are created? what are their use?
One example will help ...
1
vote
1answer
348 views
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 ...
6
votes
2answers
1k views
Multiple grails applications on Tomcat
I'm about to deploy several grails apps on top of a single Tomcat server, and I have the following doubts:
In terms of memory usage: Does it make a difference to put the common grails libs under ...
0
votes
2answers
723 views
win32:libs undefined reference
I want to link a .lib in my Qt project and I get an error about an undefined reference to vhtIOConn::getDefault(vhtIOConn::DeviceType).
I have already added the following specifications to the .pro ...
5
votes
6answers
3k views
C++ mix new/delete between libs?
If I use the new keyword in my library (which is built differently than my main app), when I delete it in my main app with delete, is there a chance that I may get a crash/error?

