Android Question B4A requires SDK Platform 18

b4auser1

Well-Known Member
Licensed User
Longtime User
I have SDK Platform 19 installed.
Manifest contains: <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="19"/>

But during compliation B4A 3.82 raises error message.

Parsing code. 0.18
Compiling code. 0.61
Compiling layouts code. 0.00
Generating R file. Error
W/asset ( 2220): Asset path C:\android-sdk-windows\platforms\android-18\android.jar is neither a directory nor file (type=1).
ERROR: Asset package include 'C:\android-sdk-windows\platforms\android-18\android.jar' not found.

Is it possible to use B4A with SDK Platform different from 18 ?
 

DouglasNYoung

Active Member
Licensed User
Longtime User
Yes of course you can.
Try the Tools/Configure Paths menu item and make sure that the path for the jar file is correct (use the browse button)

Douglas
 
Upvote 0
Top