質問編集履歴
5
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,17 @@
|
|
48
48
|
|
49
49
|
と出たのでパスは通っていると思われます
|
50
50
|
|
51
|
+
nautilus /root/.local/share/umake/android/android-ndkでは
|
51
52
|
|
53
|
+
** (org.gnome.Nautilus:22): WARNING **: 23:00:27.252: Error on getting connection: Failed to load SPARQL backend: Cannot autolaunch D-Bus without X11 $DISPLAY
|
54
|
+
|
55
|
+
Unable to init server: Could not connect: Connection refused
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
(org.gnome.Nautilus:22): Gtk-WARNING **: 23:00:27.256: cannot open display:
|
60
|
+
|
61
|
+
となりました
|
52
62
|
|
53
63
|
### 補足情報(FW/ツールのバージョンなど)
|
54
64
|
|
4
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
vi .profileすると
|
40
40
|
|
41
|
-
|
41
|
+
Ubuntu make installation of Android NDK
|
42
42
|
|
43
43
|
export NDK_ROOT=/root/.local/share/umake/android/android-ndk
|
44
44
|
|
3
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,6 +36,18 @@
|
|
36
36
|
|
37
37
|
すると一瞬何か見えました
|
38
38
|
|
39
|
+
vi .profileすると
|
40
|
+
|
41
|
+
# Ubuntu make installation of Android NDK
|
42
|
+
|
43
|
+
export NDK_ROOT=/root/.local/share/umake/android/android-ndk
|
44
|
+
|
45
|
+
export ANDROID_NDK=/root/.local/share/umake/android/android-ndk
|
46
|
+
|
47
|
+
export ANDROID_NDK_HOME=/root/.local/share/umake/android/android-ndk
|
48
|
+
|
49
|
+
と出たのでパスは通っていると思われます
|
50
|
+
|
39
51
|
|
40
52
|
|
41
53
|
### 補足情報(FW/ツールのバージョンなど)
|
2
試したことの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,6 +32,10 @@
|
|
32
32
|
|
33
33
|
./android-studio/bin/studio.shしてみたりしています
|
34
34
|
|
35
|
+
xdg-open /root/.local/share/umake/android/android-ndk
|
36
|
+
|
37
|
+
すると一瞬何か見えました
|
38
|
+
|
35
39
|
|
36
40
|
|
37
41
|
### 補足情報(FW/ツールのバージョンなど)
|
1
補足情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -39,3 +39,5 @@
|
|
39
39
|
|
40
40
|
|
41
41
|
Windows10
|
42
|
+
|
43
|
+
Ubuntu 20.04.1 LTS
|