Objectify with Endpoints for android

后端 未结 1 1597
栀梦
栀梦 2021-01-16 13:09

I read that Objectify is a supported framework for use with Endpoints.
How do I convert the sample from the GPE App Engine Connected Android Project wizard to deal with

相关标签:
1条回答
  • 2021-01-16 13:45

    datanucleus (as in org.datanucleus...) is the JDO/JPA library, so that message indicates that you still have JDO/JPA artificacts in your project. The message is correct - now that you are using objectify your class is not persistable using datanucleus, so what is still trying?

    I would suggest that you review your project settings and your class file's import statements to make sure you've removed all JDO/JPA.

    0 讨论(0)
提交回复
热议问题