You can ignore these for now. I'll post some details next week, but they are only used for documentation and source paths for debugging those components. IntelliJ will show errors when you load the project if you don't have valid paths, but the project should still build without errors. Yuval Barak Corren <yuv...@gmail.com> wrote:
As previously stated, you should be able to safely ignore the errors regarding path variables when loading the CollaboRhythm project and still build and run CollaboRhythm.Tablet even if you do not have these variables resolved.
The path variables are as follows:
|
FLEXUNIT_HOME |
FlexUnit is a unit testing framework for Flex |
|
J2AS3_COLLECTIONS_HOME |
J2AS3Collections is a set of collection classes including HashMap |
|
NATIVE_APPLICATION_UPDATER_HOME |
NativeApplicationUpdater is a library to facilitate application updates on Android (without using the app store) |
If you want to be able to debug or see documentation for these projects you can get a copy of each from the following locations:
|
FLEXUNIT_HOME |
http://flexunit.org/releases/flexunit-4.1.0-8-4.1.0.16076.zip |
|
J2AS3_COLLECTIONS_HOME |
|
|
NATIVE_APPLICATION_UPDATER_HOME |
https://github.com/newmediamedicine/NativeApplicationUpdater |
For each library you may download a copy and then update the corresponding path variable to point to the local copy of the library.