Github user tomstgeorge commented on the pull request:

    
https://github.com/apache/cordova-plugin-file/pull/113#issuecomment-142695583
  
    Trying again to get my app working on amazon-fireos. Using this fix I know 
get this when trying to build
    
    ```
       [javac] 
/Library/MobileApps/testfire/platforms/amazon-fireos/src/org/apache/cordova/file/LocalFilesystem.java:414:
 error: cannot find symbol
        [javac]         if (Build.VERSION.SDK_INT >= 
Build.VERSION_CODES.LOLLIPOP) {
        [javac]                                                         ^
        [javac]   symbol:   variable LOLLIPOP
        [javac]   location: class VERSION_CODES
        [javac] 
/Library/MobileApps/testfire/platforms/amazon-fireos/src/org/apache/cordova/file/LocalFilesystem.java:415:
 error: cannot find symbol
        [javac]             for (File f : context.getExternalMediaDirs()) {
        [javac]                                  ^
        [javac]   symbol:   method getExternalMediaDirs()
        [javac]   location: variable context of type Context
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to