user857610
user857610

Reputation: 23

Signed android apk - network problem

I have signed my app using netbeans and exported it, uploaded to android market, all fine. On install of the app, it tells me the various permissions that are needed.

However the app cannot get an internet connection, throws network exception. Of course i have internet permission set in manifest file.

This app works perfectly with debug key.

I am using httpclient for networking.

Anyone have any ideas on what the issue might be?

thanks in advance

Upvotes: 2

Views: 2454

Answers (1)

source.rar
source.rar

Reputation: 8090

Add permission to access network state also then 'ACCESS_NETWORK_STATE'

Upvotes: 2

Related Questions