After installing Android Studio I get the following error when compiling:
"
Cannot find: C:\Programme\Android\android-sdk\tools\..\platform-tools\adb.exe
Please configure paths (Tools - Configure Paths).
"
I find adb.exe here: "C:\Dokumente und Einstellungen\PG\AppData\Local\Android\sdk\platform-tools"
When I try to change the path to android.jar from C:\Programme\Android\android-sdk\platforms\android-21\android.jar to sonewhere else, where I also find android.jar, like "C:\Dokumente und Einstellungen\PG\AppData\Local\Android\sdk\platforms\android-23" I get "Invalid path". Maybe because of the blank?
I would install the sdk into a folder not on C:
Additional i would use a path without spaces.
So. Uninstalling sdk, installing sdk to new folder, setup your sdk-path in windows.
Setup the right path in b4a.
Alternative could be uninstalling andoid studio first. Then, when installing you use the method wíthout installing the sdk (use your own installed version).