got it working and the apk deployable is ready to be tested
Many Thanks to Stuart McCullough for his kind assistance on a rainy Sunday
Martin
______________________________________________
> From: [email protected]
> To: [email protected]; [email protected]
> Subject: RE: R question (with context)
> Date: Sun, 13 Sep 2015 08:28:13 -0400
>
> context:
> when i attempt to compile PhoneGap app from
> https://github.com/phonegap/phonegap i see:
>
> Maven-plugin/phonegap-android/src/main/java/com/phonegap/DroidGap.java:
> [910,44] package android.R does not exist
> but when I look for the generated file I am able to see R.java at
> /target/generated-sources/r/com/phonegap/R.java
>
> find . -name "R.*"
> ./target/generated-sources/r/com/phonegap/R.java
>
> is hard coded package of android in PhoneGap incorrect?
> or should I just mv R.java /android ?
>
> Nota Bene: here are contents of R.java:
>
> package com.phonegap;
>
> public final class R {
> ....
> }
> ?
> Martin
> ______________________________________________
>
>
>
>
> > From: [email protected]
> > To: [email protected]; [email protected]
> > Subject: R question
> > Date: Fri, 11 Sep 2015 19:24:11 -0400
> >
> > Manfred (and anyone else)
> > where is R.java located when using maven-android-plugin?
> >
> > Thanks,
> > Martin
> > _________________________
> >
> >
> >
>