我有一个项目最初是用 Eclipse 编写的,作为应用程序项目的一个单独的 Robotium 项目,需要进行测试。我想将它导入 IntelliJ IDEA。我猜,IDEA 的问题与该应用程序项目的可见性有关。我已将其添加为模块依赖项,如此处所建议。但这没有帮助。IDEA 仍然会抛出编译错误,例如:
type parameter com.***.MyActivity is not within its bound
cannot find symbol constructor Solo(android.app.Instrumentation, com.***.MyActivity)
有什么建议吗?