Questions tagged as 'lib'

1
answer

Android studio problem with Libs

I added a lib generated from a my project to get the class and have no conflict that pack only that is giving me the following error Error:Execution failed for task ':app:preDexDebug'. > com.android.ide.common.internal.LoggedErrorExcept...
asked by 20.12.2014 / 11:15
0
answers

NoClassDefFoundError on AndroidMultiBluetoothLibrary

I'm trying to implement the AndroidMultiBluetoothLibrary library located at this Android Multi link, but when trying to run the code it generates an error ´oClassDefFoundError: Failed resolution of: Lde/greenrobot/event/EventBus I ha...
asked by 30.08.2018 / 07:09
1
answer

Import the postgres library into IDE intellij idea

I started to use the IDE intellij idea shortly to develop in Java, previously I used net beans and when I was going to use the database for my application it was simple to import the library of the bank, how do I do this in intellij idea?     
asked by 30.07.2018 / 15:35
1
answer

Problems with "libpq.so.5": wrong ELF class: ELFCLASS64 in C

I'm trying to run a compiled file in c and I get the following error message: "error while loading shared libraries: libpq.so.5: wrong ELF class: ELFCLASS64" I did a search and I identified that this type of error is due to the x64 and x86...
asked by 28.02.2018 / 15:27
1
answer

jsGgrid custom field

I have the following script to mount a table with jsGrid var montaGridPacientes = function (data) { $("#jsGrid").jsGrid({ height: "90%", width: "100%", filtering: true, sorting: true, paging: true,...
asked by 06.12.2017 / 14:50
0
answers

Problems with PDFView Lib

I've been having the following problem for days: I'm using the PDFView library to load a PDF into my application. link Sometimes the PDF disappears, a white screen appears. I've placed a TextView where I get and update the current...
asked by 18.03.2015 / 22:45
0
answers

Adapt a plugin in php with CodeIgniter

How to adapt the Croppic plugin for cropping images? I have two files that I have made into libraries, but I can not pass the parameters to this library . The plugin is this: link Code used below. Controller: public function...
asked by 21.01.2015 / 06:19
1
answer

How to install the freeglut library in dev c ++?

Can anyone help me? How do I install the freeglut library in devc ++? Next semester will have computer graphics in college and I can not install the freeglut library to help me in game development. What I have so far is a folder called freegl...
asked by 24.06.2018 / 20:20