[android-developers] Re: Nexus 7 not visible to adb over usb (WIndows 7 x64, up to date Jelly Bean sdk)

2012-08-23 Thread Compguru910
In MTP my Nexus 7 displays just fine. What I think you are having a problem with is the actual driver for the Nexus 7. What I had to do was install the Google USB driver for it, instead of the Asus one because it has adb problems. If you want I can send you the driver and screenshot of mine

[android-developers] Problem with App name with new ADT plugin

2012-08-23 Thread Compguru910
So, I have managed to find a repeatable bug that alot of people are having problems with with the new ADT concerning the new android app wizard. When you create an app, you give it a name. I select dont create clipart image, select the basic activity as opposed to the fragmented one, and

[android-developers] Re: App Name appears as Activity Name

2012-08-23 Thread Compguru910
There is a new bug that many people are running into with the new ADT where the main activities label is used for the app name in the app drawer (so your app name will be the name of your main activity). What you ahve to do to fix this is go to the first activiy in your android manifest and

[android-developers] ListFragment Help!

2011-03-02 Thread Compguru910
Im trying to follow a tutorial for creating a simple file manager for android in Honeycomb, but the tutorial is for android 2.0 or something along those lines, so its not optimized for listfragments, and that is where I am running into an issue. I got the file i/o to work, and its adding all the