You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install this library to use it on a project and I've found some issues.
sudo apt-get install ia32-libs-multiarch doesn't install anything. (I got a 64 bits computer)
I've downloaded the library and tried to open with android studio, as it says on installation/step 4, but there is no green robot icon.
when running gradle install on droid2ino folder, it says:
FAILURE: Build failed with an exception.
* Where:
Build file '/home/luis-diaz/Escritorio/git/droid2ino/droid2ino/droid2ino/build.gradle' line: 1
* What went wrong:
A problem occurred evaluating project ':droid2ino'.
> Could not create plugin of type 'LibraryPlugin'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 3.125 secs
What can I do to use it in my project?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to install this library to use it on a project and I've found some issues.
sudo apt-get install ia32-libs-multiarch doesn't install anything. (I got a 64 bits computer)
I've downloaded the library and tried to open with android studio, as it says on installation/step 4, but there is no green robot icon.
when running gradle install on droid2ino folder, it says:
What can I do to use it in my project?
Thanks!
The text was updated successfully, but these errors were encountered: