Skip to content

Releases: JacobAMason/FTCDevSuite

FTC SDK 3.1_fixed

14 Jun 05:10
d2f0e83
Compare
Choose a tag to compare

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

22 Oct 05:10
Compare
Choose a tag to compare

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

10 Sep 14:47
Compare
Choose a tag to compare

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

25 Aug 12:54
Compare
Choose a tag to compare
  • 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

16 Jul 15:02
Compare
Choose a tag to compare

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

16 Jul 17:18
Compare
Choose a tag to compare

Should work on 64 bit.

Fixes Java Detection and Renames Installer

03 Jul 23:04
Compare
Choose a tag to compare

Fixes #15 and renames the installer to differentiate it from App Inventor.
Contains ftctechnh/ftc_app@83d998b

App Inventor Full for 32-bit

13 Jun 15:42
Compare
Choose a tag to compare
Pre-release

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

10 Jun 19:45
Compare
Choose a tag to compare

Adds the Android sdk to the PATH environment variable so adb, fastboot, and other android tools are accessible via the command line.

Fixes Gradle Errors

03 Jun 14:20
Compare
Choose a tag to compare

Issue #4 fixed by 05166ec