I am currently trying to configure Android Studio for developing Android apps for a Honeywell CK75
I have followed the instructions provided on the Honeywell, but once I reach a certain point, I am unable to proceed any further.
- In Project view click File-New Module
- Scroll down to "Import .JAR/.AAR Package" and click this entry
- Click Next 4 .Either: Locate the DataCollection.AAR package unpacked from the "honeywell-android-data-collection-sdk.zip" at a central directory
- Or: Alternatively create a directory libs in the project main directory and copy the DataCollection.AAR file from the zip into this directory
- The Subproject Name changes to DataCollection
- Click Finish to close the "Import Module from Library" dialog
- In AS project view select the App entry and press F4 to open the Modul Settings
- Click on Dependencies and the Module "app"
- Click on the large "+" and add a "Module Dependency"
- In the "Add Module Dependency" dialog check the already listed DataCollection modul
- Leave the "Assign the Scope" setting as "implementation"
- Click OK to close the dialog. The DataCollection is now listed as Module with Scope='implementation"
- Close the Project Structure dialog by clicking OK
Once I reach step 11, the DataCollection modul does not appear, and I am unable to access any of the classes to begin development