[android-developers] Request for error removal

2017-08-31 Thread Learner
Hello guys,

I am just trying to make an app for learning purpose on Android Studio. The 
app name is PizzaApp. I have just started it and for now I have not typed 
much of code. But I am getting few errors. Would you please help me in 
resolving these errors. The details are given below:

1. Error:Execution failed for task ':app:mergeDebugResources'.
> Error: Some file crunching failed, see logs for details
2. Error:Some file crunching failed, see logs for details

The logs are as follows:

2:47 AM Executing tasks: [:app:assembleDebug]

2:48 AM Gradle build finished with 2 error(s) in 39s 241ms

Regards
Learner


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/243df450-d89c-4be0-9f75-fa6c7f26ee8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to Show mapview as overlay on videorecoding view

2010-11-24 Thread Learner
Hi ,

I am new to the android i wanna show a mapview as overlay in the
videorecording view.

Can anyone please help me.it's urgent.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Localization in Eclair

2010-02-23 Thread android learner
Thank you Mark.

On Feb 22, 6:38 pm, Mark Murphy mmur...@commonsware.com wrote:
 android learner wrote:
  Does Android provide any tool(s) that would help
  developers translate the strings (may be to convert from xml to xliff
  format or some other format that translators generally use)?

 No, though it would not take much work for somebody to write one.

  The
  'Internationalization and Localization' part in developer.android.com
  still has a stub (coming soon).

 Try:

 http://developer.android.com/guide/topics/resources/localization.html

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Localization in Eclair

2010-02-22 Thread android learner
Hello,
Are there any major localization related changes in Eclair, when
compared to Donut? Does Android provide any tool(s) that would help
developers translate the strings (may be to convert from xml to xliff
format or some other format that translators generally use)?  The
'Internationalization and Localization' part in developer.android.com
still has a stub (coming soon). I'd really appreciate if someone
could throw some light on this.

Thanks!

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Widget configuration

2009-10-13 Thread android learner

Hello,
I have 2 questions related to configuring widgets. I'd really
appreciate any help/pointers.

1) I use AppWidget Configuration Activity to get the user preferences
and when the user clicks 'Done', I add the widget on to the home
screen. Now when the user clicks on the widget, I want to take the
user back to the configuration screen. Is that possible? Currently, I'
trying to send an intent from the widget class to the the
configuration activity but the configuration screen does not come up.

2) In the configuration step, I take a timezone value from the user
and I want to add a clock widget (I have a custom class for the clock)
that displays the time for this timezone. My clock class is very
similar to android AnalogClock class except that, this has an
additional setTimeZone method. I use this clock class in the layout
file, from which the RemoteView is created. As far as I understand
there is no way to configure the timezone through RemoteViews
(RemoteViews supports only very few methods like setting text, image
etc).
If I send an intent to the clock class to configure the timezone,
would it be possible to configure each instance of the widget to a
different timezone? Or is there a way to achieve this, through
RemoteView itself? Any pointers will be of great help.

Thanks!!

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---