Hi, im developing an app that needs to retrieve data from a webserver, I understand that I need to add and acces entry in the config.xml of my project in the way:
<access origin="*" /> (I want to give acces to anything just to test it) The problem is that is not working, when I test my app I get the HTTP request failed error (Cross domain) and when I open de XML config with the Android editor I see that my access atribute is listed as "Unkown XML Attribute", leading me to bealive that theres something wrong, my config.xml may not be loading well. Im using Eclipse IDE + Phonegap 2.5 Any ideas? may this be a problem of API lvl in the app project? Thanks! -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

