I have a mobile app that I am attempting to move to a desktop app. It uses a grid that was made for mobile called the ns:MobileGrid
Although the spark grid is much more powerful, I do not need the power and would like to simply use the mobile grid if at all possible. All of the code is already written but I am getting an error in IntelliJ that simply states:
"Could not resolve <ns:MobileGrid> to a component implementation"
I have been using Flash Builder most of my life, and things just "worked". I feel like IntelliJ might be missing a swc or library that is needed for this component, but I don't know how to find it.
Any thoughts on how I could get this working on a desktop?