okey. thank you. I copied the native class from another project. i can fix
now

On Thu, Apr 12, 2018 at 8:33 AM, Shai Almog <shai.al...@gmail.com> wrote:

> Hi,
> you added a native interface called "AndroidNative" and didn't generate
> the native stubs or refactored it so the stubs are no longer found.
>
> The stub in this error is a class we generate to invoke the native class:
>
> Compiling with JDK Java compiler API.
> /tmp/build1665511773306751065xxx/Main/src/main/java/com/sematime/app/AndroidNativeStub.java:6:
>  error: cannot find symbol
>     private AndroidNativeImpl impl = new AndroidNativeImpl();
>             ^
>   symbol:   class AndroidNativeImpl
>   location: class AndroidNativeStub
> /tmp/build1665511773306751065xxx/Main/src/main/java/com/sematime/app/AndroidNativeStub.java:6:
>  error: cannot find symbol
>     private AndroidNativeImpl impl = new AndroidNativeImpl();
>                                          ^
>   symbol:   class AndroidNativeImpl
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "CodenameOne Discussions" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/codenameone-discussions/rgtoBYqiHGg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> codenameone-discussions+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/
> group/codenameone-discussions.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/codenameone-discussions/213c7d87-ece6-462f-95fd-
> bc22c4022f34%40googlegroups.com
> <https://groups.google.com/d/msgid/codenameone-discussions/213c7d87-ece6-462f-95fd-bc22c4022f34%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAEy_QA_fL%3DKTU2_zOsY9FO%2BEJNtWJv_jyd1i98w32zWKAgiGkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to