Closed
Bug 1106595
Opened 10 years ago
Closed 7 years ago
Robocop symbols cannot be resolved when editing robocop tests in IntelliJ
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Margaret, Unassigned)
References
Details
For example, if I open BaseTest.java, IntelliJ will complain that it can't resolve org.mozilla.gecko.Actions/Driver/Element/etc. or com.jayway.android.robotium.solo.Condition/Solo/etc.
I assume this is because these sources are in build/mobile/robocop, not mobile/android/base.
Comment 1•10 years ago
|
||
I am also facing the same issue. These sources are also present in the app library folder that gets created in the Android Studio when we import the app into it, but as soon as I add a dependency of app library in the base library, it results in a circular dependency between the two.
Depends on: 1219058
This is no longer valid with Gradle and Android Studio integration.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•