NoClassDefFoundError in mapActivity

后端 未结 3 1424
醉梦人生
醉梦人生 2021-01-11 11:55

i have this error in my map app.do you know what is wrong?i have checked and the package is right in my .java files and also i have put the uses-libraries of google maps int

3条回答
  •  星月不相逢
    2021-01-11 12:22

    You really need to post the relevant code.

    Reading your question carefully, if you really put the uses-permission tag inside the application node, that is wrong. You should put permissions outside of it, but still inside the manifest node, so the end of your manifest file may look something like this:

     
     
     
     
    
    

    Eclipse may put them before the start of the tag too, which is also fine.

提交回复
热议问题