Author Topic: Android Studio path anpassen + html  (Read 2324 times)

Offline D2O

  • Prof. Inline
  • *****
  • Posts: 1079
    • View Profile
    • http://www.deuteriumoxid.com
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
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

Offline Qedo

  • Dr. Type
  • ****
  • Posts: 389
  • to program what I have do how should programming?
    • View Profile
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

Offline D2O

  • Prof. Inline
  • *****
  • Posts: 1079
    • View Profile
    • http://www.deuteriumoxid.com
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.
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