You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned the sdk(03b8c42) and opened it in android studio and it is telling me that it "Cannot resolve symbol R" in this line of code.
Main Activity line 40.
setContentView(R.layout.activity_main);
I tried rebuilding the project multiple times as well as invalidating the cache and restarting android studio. This is happening with no modification to the code or build files in this project, this is a clean clone.
I am not sure if this is related but I am also getting this error.
Cannot load module file 'C:/Users/theta/theta-sdk/theta-plugin-sdk.iml':
File C:\Users\theta\theta-sdk\theta-plugin-sdk.iml does not exist
Would you like to remove module 'theta-plugin-sdk' from the project?
I tried removing the plugin module from the setting.gradle file and re-adding it and then syncing the project but nothing seems to make either of these errors go away. The project builds and even installs on the camera. But these errors can't be correct.
The text was updated successfully, but these errors were encountered:
Android studio version: 3.2
Gradle version: 4.10
I cloned the sdk(03b8c42) and opened it in android studio and it is telling me that it "Cannot resolve symbol R" in this line of code.
Main Activity line 40.
setContentView(R.layout.activity_main);
I tried rebuilding the project multiple times as well as invalidating the cache and restarting android studio. This is happening with no modification to the code or build files in this project, this is a clean clone.
I am not sure if this is related but I am also getting this error.
Cannot load module file 'C:/Users/theta/theta-sdk/theta-plugin-sdk.iml':
File C:\Users\theta\theta-sdk\theta-plugin-sdk.iml does not exist
Would you like to remove module 'theta-plugin-sdk' from the project?
I tried removing the plugin module from the setting.gradle file and re-adding it and then syncing the project but nothing seems to make either of these errors go away. The project builds and even installs on the camera. But these errors can't be correct.
The text was updated successfully, but these errors were encountered: