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