Re: [android-developers] Android App Failing When downloaded From Google Play

2014-06-28 Thread TreKing
On Fri, Jun 27, 2014 at 11:39 PM, Spica spicaneb...@gmail.com wrote: Any idea why it is not working on all the android devices? Because you didn't test and account for all android devices. If you want a better answer than that, you need to provide a better question than this. For example,

[android-developers] Android Preview L and splitActionBarWhenNarrow

2014-06-28 Thread Kostya Vasilyev
Did anyone else playing with Preview L notice their splitActionBarWhenNarrow application attribute not working, when using the Material theme? I wonder if this is an accidental bug, or a intentional change (given that Google's own apps seem to not be using a split action bar these days)? -- K

Re: [android-developers] Android App Failing When downloaded From Google Play

2014-06-28 Thread Spica
TreKing - i have nerrowed down the problem and its with GPS location. Here is the code which is not working: _locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); Criteria criteria = new Criteria(); _provider = _locationManager.getBestProvider(criteria, false);

[android-developers] After update to latest build tools 23.0.0: compile problems

2014-06-28 Thread greno
$ make ... * [taskdef] Could not load definitions from resource emma_ant.properties. It could not be found.* -set-mode-check: -set-debug-files: -check-env: [checkenv] Android SDK Tools Revision 23.0.0 [checkenv] Installed at /usr/local/android-sdk-linux_x86 -setup: [echo] Project

[android-developers] Re: After update to latest build tools 23.0.0: compile problems

2014-06-28 Thread greno
Ok, it looks like v 23.0.0 is REALLY BROKEN. https://code.google.com/p/android/issues/detail?id=72419 On Saturday, June 28, 2014 6:21:39 PM UTC-4, greno wrote: $ make ... * [taskdef] Could not load definitions from resource emma_ant.properties. It could not be found.*

[android-developers] Re: After update to latest build tools 23.0.0: compile problems

2014-06-28 Thread greno
Ok, it looks like v 23.0.0 is REALLY BROKEN. https://code.google.com/p/android/issues/detail?id=72419 -- 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