All Questions
11 questions
0
votes
1
answer
2k
views
Everytime I try run anything Android studio related Java-related errors show up
for example when I run sdkmanager this error displays:
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
at com.android.repository.api....
0
votes
1
answer
3k
views
How I Replace Android With Linux (or anything less)
I have a Remix Mini with 2 GB RAM, 16GB internal storage (14.3GB actual size) and it's based on arm64 (aarch64) architecture. I'm going to replace this with Linux because I'm trying to convert this ...
8
votes
4
answers
9k
views
Set up for Android Studio gets stuck
I was setting up my freshly installed Ubuntu Mate 16.04,
when it was time to set up Android Studio 3.0 I came across this:
it appears that the setup tries to download from
https://dl.google.com/...
0
votes
0
answers
234
views
Unable to open vim in terminal ide app for android
I have installed terminal ide app for android. I intend to develop java applications in android tablet. Vi text editor is working fine. But I find it difficult to use. I am comfortable with Vim. But ...
1
vote
2
answers
2k
views
Need to install Java to use android studio?
new Linux user here, I am using chaletOS. I'm trying to install and run android-studio.
After I try to run studio.sh, an error window pops up that reads: Unsupported Java Version: Cannot start under ...
1
vote
1
answer
362
views
How to export a bks keystore on Debian 7.9 wheezy
I need to generate a keystore.bks file to use for android development. I cannot figure out how to export a bks keystore without using a GUI tool. I have server space on Google Compute Engine which I ...
1
vote
1
answer
5k
views
Why is Android studio complaining about OpenJDK?
I have latest version of Manjaro 64 bit, latest version of Oracle's JDk and Latest version of Android studio. Everything is up to date on my system.
Android studio is complaining about OpenJDK
...
-1
votes
1
answer
934
views
ADT bundle not installed in ubuntu 12.04
I downloaded ADT bundle from android developer site.
Bundle name is :- adt-bundle-linux-x86_64-2014031.zip
It contains eclipse, and sdk folder.
In eclipse folder, there is one eclipse executable ...
1
vote
2
answers
1k
views
Safenet Authentication Client Tools error when Reboot or restart the eTSrv- and pcscd-services
Command: sudo /etc/init.d/eTSrv start
Starting eTSrv daemon eTSrv /usr/bin/eTSrv:
error while loading shared libraries: libeToken.so.8: cannot open ...
1
vote
1
answer
2k
views
Java/malloc memory corruption error when running SDK Android Manager [closed]
I want to install Android SDK, so I manually installed Java JDK 7u51, downloaded SDK ADT bundle for Linux x64, and tried to run it. When I run android, the SDK manager windows hangs halfway through ...
1
vote
1
answer
312
views
How can I build android on my debian while using eclipse ? (java dependencies problem) [closed]
I would like to compile a build for my android device (N4) with my debian (jessie).
I read that I must have Java 6, but eclipse which I sometimes use seems to need java 7.
For example, I uninstalled ...