ftctechnh / ftc_app

FTC Android Studio project to create FTC Robot Controller app.
761 stars 3.16k forks source link

Robot Controller Error: "BasicOpMode_Iterative" class doesn't inherit form the class "OpMode #672

Open bobobachan opened 5 years ago

bobobachan commented 5 years ago

After trying for 5 plus times, the robot controller still shows this error message, what should be changed in the code? The code used is downloaded from the ftc official website

Platform used: Android Studio Language used: Java Phone used: Samsung Galaxy s5

Thanks so much!

cmacfarl commented 5 years ago

Can you please provide the full build log?

gearsincorg commented 5 years ago

It sounds like you have a problem with the path/directory structure of your project.

When you download the SDK code, did you "import" the project into Android Studio rather than just opening it?

Did you try to build and download the app before making any changes? If so, did it give the error before you made any changes?

What if any changes have you made?