[android-developers] Need Help With AsyncTask HttpClient Internet Permission

2011-01-26 Thread guymac
My app attempts to do a https post from an AsyncTask's doInBackground method. The app has permission android:name=android.permission.INTERNET/permission in the manifest in the correct location (it's the last line before / manifest so it's at the same level as the application sibling element).

Re: [android-developers] Need Help With AsyncTask HttpClient Internet Permission

2011-01-26 Thread Mark Murphy
Does the emulator even have connectivity? For example, can you browse through the Browser? On Wed, Jan 26, 2011 at 1:09 PM, guymac guy...@gmail.com wrote: My app attempts to do a https post from an AsyncTask's doInBackground method. The app has permission