Releases: JacobAMason/FTCDevSuite
FTC SDK 3.1_fixed
NO MORE SUPPORT FOR WINDOWS 32 BIT
Whew, it's been a while, but here's the latest installer for Android Studio.
- This update targets version 3.1_fixed of the FTC SDK.
- I had to add the Gradle cache back to this release for the Full installer. This installs transparently, so don't worry about it, it just make the full installer slightly larger.
- I updated Java from 1.8.131 and updated the Android SDK to the latest version to play well with Android Studio.
- Lastly, just a reminder that the Net installer will always grab the latest changes on the master branch on the official FTC Github.
Unfortunately, I had to stop supporting the 32-bit installer.
Android Studio no longer offers an executable installer for 32-bit systems, which I sortof depend upon to make this whole thing work. I could rewrite the installer to use the zip release, but that would take a lot of time and energy, of which I'm in short supply.
Note: If you plan on installing a new version of Android Studio using this installer, uninstall any previous version of Android Studio on your computer. If you don't want to install Android Studio, there is an option to not install that from the component selection screen.
FTC SDK 2.35
This update targets version 2.35 of the FTC SDK.
Android Studio Full installer now bundles the latest ftc_app distribution.
Android Studio Net installer remains unchanged.
App Inventor Full installer build tools system has changed to target one of Liz's tags, rather than the future branch, which she removed.
Note: before running the Android Studio installer, uninstall any previous version of Android Studio on your computer. AS doesn't play well with older versions of itself.
Updates to Android Studio 2.1.3
FIRST updated ftc_app to use Gradle 2.14 instead of 2.10. Android Studio 2.1.3 comes with Gradle 2.14 instead of 2.10, so I updated AS to 2.1.3.
Studio.2016.2.beta
- Fixes gradle issues and removed need to install the gradle cache for Full versions of the Studio installer.
- Updates to latest ftctechnh/beta without the need for the Android Support Repository.
- Fixes Java install by detecting if JAVA_HOME is absent, but Java is already installed.
- Edits to buildtools to get rid of unnecessary downloaded elements.
Android Studio 2
This uses Android Studio 2 and was built with ftctechnh/ftc_app@f437382 on beta.
Note: You MUST apply this patch ftctechnh/ftc_app@916eae6 for the project to build. Navigate to wherever you installed the ftc_app source code, open the file ftc_app\FtcRobotController\build.gradle
, and change line 45 as this pull request recommends.
App Inventor 2016.1
Should work on 64 bit.
Fixes Java Detection and Renames Installer
Fixes #15 and renames the installer to differentiate it from App Inventor.
Contains ftctechnh/ftc_app@83d998b
App Inventor Full for 32-bit
This does not work on 64-bit systems.
I have tested it on 32-bit win7 and it worked fine.
To run app inventor after it's been installed, you can leave the box ticked or navigate to C:\Users\your-user-name\appinventor-sources and double-click run_App_Inventor.py
Android sdk tools in PATH
Adds the Android sdk to the PATH environment variable so adb, fastboot, and other android tools are accessible via the command line.