Thursday, June 16, 2011

Re: [android-developers] Re: Application doesn't install but Icon comes in launcher

Hi Dude.
chk ur manifest file
u r using internet permission wrong.
use this line above the application tag. it will work ..
working in my Nexus. i only chage this.(Remove ur internet permission line from application tag)
:)

<

uses-permission android:name="android.permission.INTERNET"></uses-permission>



On Thu, Jun 16, 2011 at 5:35 PM, String <sterling.udell@googlemail.com> wrote:
Did your naughts & crosses app access the internet?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment