The source attachment does not contain the source for the file Layoutinflater.class

前端 未结 2 883
说谎
说谎 2020-12-04 00:21

I\'m trying to write an android application that uses google maps api version 2.
In Debug the application crashes when it executes the instruction:

              


        
2条回答
  •  误落风尘
    2020-12-04 00:58

    This usually means that you are unable to access the source code whose bytecode is being called. In order to list out the exception you would need the original source which unfortunately is usually unavailable in jar formats.

    Your option is to update the .jar file by updating your Android SDK with correct Rev’s and let it compile again to fix the issue.

提交回复
热议问题