Skip to main content

All Questions

Tagged with
0 votes
1 answer
5k views

Install repo tool compatible with Python2 with init command

What I'm trying to accomplish is to build Android 8 OS in docker container based on Ubuntu 16.04. To get sources I need to use repo tool. The latest repo was installed in Dockerfile. When I do: repo ...
Herman's user avatar
  • 165
1 vote
1 answer
512 views

imread works in a normal c++ program, but not in android with ndk native

#include <jni.h> #include <string> #include <opencv2/opencv.hpp> using namespace cv; #include <iostream> extern "C" JNIEXPORT jstring JNICALL ...
Aquarius_Girl's user avatar
0 votes
1 answer
435 views

Error to generate apk through buildozer android debugger in terminal

I am stuck on this issue it takes a long time, I am following a tutorial video explaining how to install Kivy, Buildozer and compile apk file. Until now, I have installed the supposed dependencies: ...
theEarlyRiser's user avatar
0 votes
1 answer
415 views

Create Android virtual device using shell on GCE instance

I am trying to deploy an Android virtual device on a GCP Computing Engine instance. I used the following command: sudo apt update && sudo apt install android-sdk In order to install the ...
Nicolas Gaitan's user avatar
1 vote
0 answers
205 views

What to do to flash to device after building android source code?

So I built the Android 10.0.0_r2 source on an Ubuntu 16.04 LTS VM over Google Compute Engine for aosp_arm and then I was provided with a lot of .zips and .imgs in /out/target/product/generic. And ...
ArnavR's user avatar
  • 11
1 vote
2 answers
2k views

Run android emulator on remote ssh based linux machine and display it on local browser

I have recently been playing around with code-server, which is a Visual Studio Code IDE that can be ran on the remote machine and accessed through the browser. For that I made a google vm instance of ...
Zhangir Siranov's user avatar
1 vote
2 answers
755 views

How to run arcore android emulator in Ubuntu

I have cloned the Hello Sceneform ARcore app and have imported it into Android Studio. I would like to run the app in the android emulator. I have setup the emulator for AR using the steps described ...
qwerty123's user avatar
1 vote
0 answers
86 views

Photos taken from Android Application are unable to load on Ubuntu 16.04 Server

I have an android application that allows the user to take a picture from the gallery or from the camera. I also have a server that allows the user to upload the image and share it with other users. ...
Chris's user avatar
  • 349
2 votes
1 answer
2k views

"Making the Android emulator run faster" explanation of answer

in the post Making the Android emulator run faster there is the answer: Linux: Install KVM: open GOOGLE, write "kvm installation " Create AVD with "Intel atom x86" CPU/ABI Run from command line: ...
weatherman's user avatar
5 votes
9 answers
37k views

Android studio build error with error log of "process unexpectedly exit" in ubuntu

I have installed android studio in ubuntu and whenever i try to create a new project the build is failing with an error saying process unexpectedly exit I am using ubuntu 16.02 LTS version and android ...
Daredevil's user avatar
1 vote
1 answer
180 views

I would like to use the button style "Widget.Button.Transparent" in Android Studio

When I am going to use this button style, this message appears: error: resource android:style/Widget.Button.Transparent is private. Details about my system: OS: Ubuntu 16.04 LTS Android Studio 3....
M4LWarE's user avatar
  • 13
1 vote
0 answers
1k views

Ubuntu 16.04 adb device list empty

I have the same problem like that (I try to do that explain for help him but it's doesn't work for me) with Nokia 6.1 (on android 8.1), when execute adb devices the list of devices is empty, I do that ...
Christophe Coste's user avatar
15 votes
5 answers
8k views

Android Studio freezes when opening project on Ubuntu

Whenever I start Android Studio and click on "open existing project" the file explorer opens, but then the whole application immediately freezes. Im using Android Studio 3.1.3 and Ubuntu 16.04. What ...
user2224350's user avatar
  • 2,304
0 votes
1 answer
441 views

Changing JDK in Android Studio, Ubuntu

I have a problem changing the default JDK for Android Studio on Ubuntu OS. The default version is located at /home/USER/Documents/android-studio/jre, which is Java 1.7, but I wanna use the Java 10.0.1 ...
RadoVidjen's user avatar
4 votes
0 answers
1k views

Execution failed for task ':react-native-background-timer:processReleaseResources'

I have installed fresh Ubuntu 18.04 sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer My echo $JAVA_HOME returns /usr/lib/jvm/java-8-...
M.Umer's user avatar
  • 71

15 30 50 per page
1
2 3 4 5 6