Using the client library from Cloud Endpoints. jar import not working

I am creating a jar file for an appengine application (python). I followed the steps to import my library (.jar) files from in this example . It seems that Android Studio imported everything correctly (without errors) until I try to use the classes in the library. I started to open classes that are contained in jar files to find out if everything is ok. Here is what I found:

enter image description here

UserMessage is error free.

enter image description here

Can someone explain why classes cannot see / use each other? Is this a problem with jar or android studio?

+4
source share
1

Android Studio Eclipse. , , , .

, .jar src.

- :

sample project tree

+1

Source: https://habr.com/ru/post/1533086/


All Articles