mfinkle / geckobrowser

Very basic Android browser application that uses the GeckoView widget
Mozilla Public License 2.0
103 stars 26 forks source link

geckoview library error layout in ecplise why ? #8

Closed aznur closed 10 years ago

aznur commented 10 years ago

I tried to run but geckobrowser already when I import in eclipse geckoview library I have error in the layout with the latest version that point and by "here"

why?

amoghbl1 commented 10 years ago

There seems to be no strings.xml file in the library provided, could you please add the file asap?

ncalexan commented 10 years ago

OK, I can confirm @amoghbl1's issue: it appears geckoview_library is missing strings.xml. Will update this issue with a Bugzilla ticket if necessary.

ncalexan commented 10 years ago

This is a legitimate dependency problem in the geckoview_library packaging: https://bugzilla.mozilla.org/show_bug.cgi?id=979537. I anticipate landing a band-aid before the end of the week.

In the meantime, you can work around by copying $OBJDIR/mobile/android/base/res/values/strings.xml manually into the geckoview_library/res/values directory. (You will need to build -- or mostly build -- to create the file, unfortunately.)

ronnyek commented 10 years ago

Is there a copy of a recent version of this strings.xml hanging around someplace I can use temporarily? I dont have the means to setup a build environment for entire mozilla platform.

ncalexan commented 10 years ago

@ronnyek I know of no place to grab this from builds on Mozilla infrastructure, but I've built recently and uploaded

http://people.mozilla.org/~nalexander/strings.xml-f8f0091f945c

Corresponds to commit https://hg.mozilla.org/integration/fx-team/rev/f8f0091f945c

ncalexan commented 10 years ago

@amoghbl1 I've verified Bug 979537.

@mfinkle I think this can be closed.

amoghbl1 commented 10 years ago

@mfinkle I agree with @ncalexan , this can be closed I think...