Android Question b4a - 7.80 beta #1 not taking screen shot?

IamTrying

Active Member
Licensed User
B4A version 7.80 beta #1. Not taking screen shot of the phone connected via USB and B4A bridge too. Is it normal?

9kCLU8R.png


EDIT:
2nNO3hz.png


For the record i am using Samsung Galaxy S5 where Android was 6.x. Then i removed
Android 6 and using Android 7.1.2

Since then B4A do not able to take screenshot anymore. or B4A is not compatible
for Android 7.1.2?
 
Last edited:

IamTrying

Active Member
Licensed User
Thank you .

Hope its automated in B4A 7.80++, cause annoying when you push the button and keep saying wrong "ERROR" msg.
KGAx6Y0.png
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Looks like not the GUI is empty.
you need to set the path to the sdkmanager.bat...

See Instructions

I will add a new tutorial for the new SDK tool. It is quite simple to switch:

1. Tools - SDK Manager.
2. Download SDK. It will open the browser. You should download sdk-tools-windows.
3. Unzip it in a folder such as C:\Android
4. Set sdkmanager.bat in the SDK manager tool. It will be in: C:\Android\tools\bin\sdkmanager.bat
5. The recommended items will be checked. Click on Install Selected.
6. Yes and No buttons will appear from time to time when you need to accept licenses. Read and accept.
7. Configure the IDE to use the new SDK. Tools - Configure Paths. Set the path to android.jar. It will be:
C:\Android\platforms\android-27\android.jar
 
Upvote 0
Top