3

I am wanting to install sl4a on my android for a project that I am working on but I can't seem to figure out where the apk is. I understand that there used to be a google project site and the apk was on the homepage, but after the site moving to a new location, they moved the apk and I don't know where.

Ruarri
  • 105
  • 1
  • 2
  • 11

1 Answers1

2

Now I have posted apks in github. and another works in progress on it. https://github.com/kuri65536/sl4a/releases

kuri65536
  • 166
  • 2
  • 8
  • So i guess i would download the "sl4a-r6.1.1-arm-debug.apk" and install it on my android? – Ruarri Dec 06 '15 at 00:39
  • I downloaded it and installed it. I am using Script Launcher to run a python script that has to be able to write to a .txt file. To do that I needed more rights. So by installing SL4A and running it from there i had sufficient rights. But then I get an error every time i try and run the script. Also, what is an arm device? – Ruarri Dec 06 '15 at 07:49
  • 'arm device' means that your CPU is arm. What error did you receive? or waht is 'rights'? BTW, I tested sl4a with android 5.1 rooted device. please tell me more information and your sample code to be failed. – kuri65536 Dec 06 '15 at 13:17