Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
*NEW*
Current Version on
STEAM
:
16.026
Logfile:
EN
,
DE
Webchat:
Visit the chat
Home
Help
Search
Login
Register
GLBasic forum
»
Other languages
»
GLBasic - de
»
Android Studio path anpassen + html
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Android Studio path anpassen + html (Read 2324 times)
D2O
Prof. Inline
Posts: 1079
Android Studio path anpassen + html
«
on:
2020-Aug-15 »
Hallo, ich habe das Android Studio nicht auf C:/xx sondern auf D:/xxx installiert.
Nun meckert mich GLB an
!!! Android Studio not found at:
C:/Program Files/Android/Android Studio/bin/studio64.exe
!!! Please install Android Studio. Get from
https://developer.android.com/studio
Wie kann ich hier den path auf D:/ anpassen?
Zu Html,
soweit ich weis, muus hier in Win bei den den Umgebungsvariablen für das emscripten gestzt werden, was muss da rein?
GLB Steam version.
Danke schon mal
Logged
I7 2600K; 8 GB RAM ; Win10 Pro x64 | NVidia GTX 750 TI 2048MB ; Realtec OnBoard Sound;
Lenovo ThinkPad T400: XP Pro
GLB Premium-immer Aktuell
Qedo
Dr. Type
Posts: 389
to program what I have do how should programming?
Re: Android Studio path anpassen + html
«
Reply #1 on:
2020-Aug-16 »
I don't know if it works but it's the only reference I've found.
Try to regenerate the AndroidStudioMakeApp.exe file in the folder:
D:\Program Files\Steam\steamapps\common\GLBasic_SDK\Compiler\platform\android_studio\tools or where the steam version is installed.
the sources in GLB can be found in:
D: \ Program Files \ Steam \ steamapps \ common \ GLBasic_SDK \ Compiler \ platform \ android_studio \ tools \ AndroidStudioMakeApp
you need to edit line 175 of AndroidStudioMakeApp.gbas
LOCAL astudio$ = "C:/Program Files/Android/Android Studio/bin/studio64.exe"
Test. But first, to be safe, backup the two files
Logged
D2O
Prof. Inline
Posts: 1079
Re: Android Studio path anpassen + html
«
Reply #2 on:
2020-Aug-17 »
Hello Qedo thank you very much for your help,
but unfortunately that has no effect.
Even if I adapt the * .gbas, the same error message comes up.
When the opportunity arises, I will uninstall Android Studio and then install it in the original path.
Logged
I7 2600K; 8 GB RAM ; Win10 Pro x64 | NVidia GTX 750 TI 2048MB ; Realtec OnBoard Sound;
Lenovo ThinkPad T400: XP Pro
GLB Premium-immer Aktuell
Print
Pages: [
1
]
Go Up
« previous
next »
GLBasic forum
»
Other languages
»
GLBasic - de
»
Android Studio path anpassen + html