Android Question Re-Installing B4A

GaryK4

Member
Licensed User
Longtime User
I have upgraded my computer from Win7 to Win10 and it broke a lot of programs. I re-installed the android sdk and it is not in a different location. I reset the Tools - Configure Paths.
When I try to compile a program, it cannot find adb.exe. B4a is looking at the old directory. to make it worse, android.jar and adb.exe are in different directories.
C:\Program Files (x86)\Android\android-sdk\platforms\android-23\android.jar
C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe

How do I correct this?
 

GaryK4

Member
Licensed User
Longtime User
By the build tools, do you mean the Android SDK Manager. Then yes. However, the following may be the problem (2) update packages failed to install.


Preparing to install archives
Downloading Android SDK Tools, revision 25.1.6
URL not found: C:\Program Files (x86)\Android\android-sdk\temp\tools_r25.1.6-windows.zip (Access is denied)
Downloading Android SDK Platform-tools, revision 23.1
URL not found: C:\Program Files (x86)\Android\android-sdk\temp\platform-tools_r23.1.0-windows.zip (Access is denied)
Done. Nothing was installed.

Update: It looked like I had to run the SDK Manager as administrator. I don't know why, because 95% of the install worked without it.
It looks like everything is now working.
 
Last edited:
Upvote 0
Top