-
Notifications
You must be signed in to change notification settings - Fork 1k
No default configurations such as "TeamCode" #272
Comments
"Please select Andorid SDK" likely means that AS didn't know where to find your Android SDK directory. |
Just to clarify to fix this go to Tools > SDK Manager > an select Android 9.0(Pie) click apply and say yes to everything else. I had this problem and that fixed it. If this solved it remember to close the issue! |
@TesDevelopment I thought that the final solution would be to fix the documentation (or even better, this repository to use Android 10.0). Is every FTC student learning to code supposed to come find this ticket? |
Android studio normally will automatically suggest to install the needed SDK version. In any case, changing the SDK to target 10.0 is by no means a trivial change, as targeting 10.0 requires significant changes in the handling of external storage and accessing USB devices. |
The Android Studio Guide on page 120 says:
I don't have a "Team Code" configuration available by default. Maybe the latest version of Android Studio screwed it up somehow? I did attempt to clone SkyStone from scratch and re-import it into Android Studio. No run/debug configurations defined.
Either way, can somebody please show me the configuration that should be there? I'm trying to set it up myself:
The text was updated successfully, but these errors were encountered: