• <tfoot id='NlXjc'></tfoot>
      <bdo id='NlXjc'></bdo><ul id='NlXjc'></ul>
    <legend id='NlXjc'><style id='NlXjc'><dir id='NlXjc'><q id='NlXjc'></q></dir></style></legend>
    1. <small id='NlXjc'></small><noframes id='NlXjc'>

      1. <i id='NlXjc'><tr id='NlXjc'><dt id='NlXjc'><q id='NlXjc'><span id='NlXjc'><b id='NlXjc'><form id='NlXjc'><ins id='NlXjc'></ins><ul id='NlXjc'></ul><sub id='NlXjc'></sub></form><legend id='NlXjc'></legend><bdo id='NlXjc'><pre id='NlXjc'><center id='NlXjc'></center></pre></bdo></b><th id='NlXjc'></th></span></q></dt></tr></i><div id='NlXjc'><tfoot id='NlXjc'></tfoot><dl id='NlXjc'><fieldset id='NlXjc'></fieldset></dl></div>

        DynamoDbMapperException:没有方法注释?

        时间:2023-08-29

        1. <legend id='tEbgp'><style id='tEbgp'><dir id='tEbgp'><q id='tEbgp'></q></dir></style></legend>
            <tbody id='tEbgp'></tbody>

            <i id='tEbgp'><tr id='tEbgp'><dt id='tEbgp'><q id='tEbgp'><span id='tEbgp'><b id='tEbgp'><form id='tEbgp'><ins id='tEbgp'></ins><ul id='tEbgp'></ul><sub id='tEbgp'></sub></form><legend id='tEbgp'></legend><bdo id='tEbgp'><pre id='tEbgp'><center id='tEbgp'></center></pre></bdo></b><th id='tEbgp'></th></span></q></dt></tr></i><div id='tEbgp'><tfoot id='tEbgp'></tfoot><dl id='tEbgp'><fieldset id='tEbgp'></fieldset></dl></div>
              <bdo id='tEbgp'></bdo><ul id='tEbgp'></ul>

              <small id='tEbgp'></small><noframes id='tEbgp'>

                  <tfoot id='tEbgp'></tfoot>

                  本文介绍了DynamoDbMapperException:没有方法注释?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  在我的 Android 应用程序中,我使用 DynamoDb.我创建了一个类,它与一个数据库表映射.应用程序在调试中正常运行.但是如果我导出 apk 并运行应用程序,我会得到 DynamoDbMapperException:

                  In my android app, I use DynamoDb. I create a class, which is mapped with a table of database. App runs normally in debug. But if I export apk and run app, I get the DynamoDbMapperException:

                  Caused by: com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.DynamoDBMappingException: No method annotated with interface com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.DynamoDBHashKey for class class com.example.myclass.
                  

                  我使用 Eclipse 和 proguard 来导出 apk.我猜 proguard 会导致问题,因为没有 proguard 的 apk 可以正常工作.这是我的 Proguard 配置:

                  I use Eclipse and proguard to export apk. I guess proguard causes the problem, because the apk without proguard works fine. Here is my Proguard config:

                  -keepattributes *Annotation*
                  -keep public class com.example.myclass
                  

                  请帮帮我!我不知道如何解决这个问题.

                  Please help me! I don't know how to solve the problem.

                  推荐答案

                  你使用的是 DynamoDB 表吗?

                  Are you using a DynamoDB table?

                  你需要一个类的哈希键,你应该用@DynamoDBHashKey注释字段,你是否不小心将它注释为@DynamoDBIndexHashKey?如果是这样,你应该把它改回来.

                  You need to have a hash key for the class, you should annotate the field with @DynamoDBHashKey, do you accidentally annotated it as @DynamoDBIndexHashKey? If so, you should change it back.

                  类似的参考可以在这里找到

                  A similar reference can be found here

                  Android Amazon DynamoDb 基本操作错误

                  尝试改变

                  -keep public class com.example.myclass
                  

                  -keep public class com.example.myclass {
                      *;
                  }
                  

                  这篇关于DynamoDbMapperException:没有方法注释?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:基本操作中的 Android Amazon DynamoDb 错误 下一篇:AmazonServiceException:用户无权执行:dynamodb:DescribeTa

                  相关文章

                  最新文章

                    <bdo id='L2wg7'></bdo><ul id='L2wg7'></ul>
                  <i id='L2wg7'><tr id='L2wg7'><dt id='L2wg7'><q id='L2wg7'><span id='L2wg7'><b id='L2wg7'><form id='L2wg7'><ins id='L2wg7'></ins><ul id='L2wg7'></ul><sub id='L2wg7'></sub></form><legend id='L2wg7'></legend><bdo id='L2wg7'><pre id='L2wg7'><center id='L2wg7'></center></pre></bdo></b><th id='L2wg7'></th></span></q></dt></tr></i><div id='L2wg7'><tfoot id='L2wg7'></tfoot><dl id='L2wg7'><fieldset id='L2wg7'></fieldset></dl></div>

                  <small id='L2wg7'></small><noframes id='L2wg7'>

                  <tfoot id='L2wg7'></tfoot>

                    1. <legend id='L2wg7'><style id='L2wg7'><dir id='L2wg7'><q id='L2wg7'></q></dir></style></legend>