[android-developers] Re: where does Android Studio put the APK file?

2015-04-27 Thread Doug
It turns out that an Android Studio "build" just compiles the essential parts to verify that your project makes sense. It doesn't produce an APK. You can see in the status bar what gradle tasks it's running at any moment. Studio will only produce an APK when you go to run it on a device. Sinc

Re: [android-developers] where does Android Studio put the APK file?

2015-04-27 Thread Michael Banzon
I have located mine in the Project Folder>app>build>outputs folder. The folder contain two apk-files: "app-dedub.apk" and "app-debug-unaligned.apk". On Mon, Apr 27, 2015 at 9:48 PM Jim Graham wrote: > Ok, I give up All of the posts (StackOverflow, etc.) I've found that > tell me where Andr

[android-developers] where does Android Studio put the APK file?

2015-04-27 Thread Jim Graham
Ok, I give up All of the posts (StackOverflow, etc.) I've found that tell me where Android Studio puts the apk file after a "Build Project" or "rebuild project" point me to directories that don't exist on my Mac. Where, after a successful project build in Android Studio, do I find the unsigne

[android-developers] Re: Custom listview shows rows but nothing else

2015-04-27 Thread Jim Graham
On Mon, Apr 27, 2015 at 09:50:59AM -0700, Vinay Yam wrote: > > write this code in getview of adapter > > > holder.DescriptionTV.setText(detail.description ) > holder.AmountTV .setText(detail.date) > holder.DateTV .setText(detail.balance) > holder.BalanceTV .setText(detail.amount) With a coupl

[android-developers] Re: How to remove "blue" cast on views

2015-04-27 Thread Simon Giddings
Can you give any guidance, help, as to how to achieve this ? On Monday, 27 April 2015 09:12:51 UTC+2, Diogo Henrique wrote: > > Simon, check your style, and try change the main Parentor create a > default background in your entire app. -- You received this message because you are subscribed

[android-developers] Custom listview shows rows but nothing else

2015-04-27 Thread Jim Graham
I'll put the actual question here, so it doesn't get lost in the text and code I'm hoping someone here can see what my (damaged) vision is refusing to see, specifically, why I get blank rows in my custom listview instead of the stuff that's supposed to be there. I'm trying to do a custom list

[android-developers] How to remove "blue" cast on views

2015-04-27 Thread Diogo Henrique
Simon, check your style, and try change the main Parentor create a default background in your entire app. -- 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 unsub