FIRST-e4usa / FTC-Romi

1 stars 0 forks source link

Make FTC-Romi.apk accessible? #11

Open stacksandheaps opened 1 year ago

stacksandheaps commented 1 year ago

I have a Romi + raspi and also built the Pololu arm + gripper. I tested everything with WPILibPi and it worked. However, I would like to set up FTC-Romi as described in https://ftc-romi-docs.readthedocs.io/en/latest/index.html, so that I can show some students who don't have a lot of programming experience.

The FTC-Romi Computer Setup instructions say to download FTC-Romi.apk from https://github.com/FIRST-e4usa/FTC-Romi/releases/latest, but there is no content or releases currently uploaded. Would it be possible to upload the APK file?

I tried to build it in Android Studio, but since there is no internal folder in https://github.com/FIRST-e4usa/FTC-Romi/tree/main/FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller, when I try to load the build APK in an android virtual device, I get a java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.qualcomm.ftcrobotcontroller/org.firstinspires.ftc.robotcontroller.internal.PermissionValidatorWrapper}

Since I cannot build a valid APK and don't have access to an official built APK, I cannot proceed further and am stuck.

Nolan1324 commented 1 year ago

Sorry about the inconvenience, there are some changes that need to made to get this to work due to some changes with how this integrates with the FTC app. I will hopefully be able to post an updated APK you can use soon.

stacksandheaps commented 1 year ago

Thank you! Looking forward to trying it once you have the time to work on it. Appreciate your efforts