質問編集履歴

3

typo

2017/02/24 06:39

投稿

hayash-dev
hayash-dev

スコア50

test CHANGED
File without changes
test CHANGED
@@ -88,7 +88,7 @@
88
88
 
89
89
  envs.put("PYTHON_EGG_CACHE", "/data/user/0/com.googlecode.pythonforandroid/files/python/lib/python2.7/lib-dynload");
90
90
 
91
- envs.put("PATH", "$PYTHONHOME;$PATH");
91
+ envs.put("PATH", "$PYTHONHOME:$PATH");
92
92
 
93
93
 
94
94
 

2

typo

2017/02/24 06:39

投稿

hayash-dev
hayash-dev

スコア50

test CHANGED
File without changes
test CHANGED
@@ -88,7 +88,7 @@
88
88
 
89
89
  envs.put("PYTHON_EGG_CACHE", "/data/user/0/com.googlecode.pythonforandroid/files/python/lib/python2.7/lib-dynload");
90
90
 
91
- envs.put("PATH", "%PYTHONHOME%;%PATH%");
91
+ envs.put("PATH", "$PYTHONHOME;$PATH");
92
92
 
93
93
 
94
94
 

1

タイトル変更

2017/02/24 06:38

投稿

hayash-dev
hayash-dev

スコア50

test CHANGED
@@ -1 +1 @@
1
- AndroidでPython実行できることを検証したい
1
+ Android5.0.1JavaからPython(SL4A)を実行したい
test CHANGED
@@ -160,6 +160,6 @@
160
160
 
161
161
 
162
162
 
163
- Android上でSL4AとPython for Androidを使って、JavaからPythonを起動された方が居られたら助言頂きたいです。
163
+ Android上でSL4AとPython for Androidを使って、JavaからPythonを実行された方が居られたら助言頂きたいです。
164
164
 
165
165
  よろしくお願いします。