解决B4A编写的安卓app闪退的问题
时间:2018-04-08 17:23:18
收藏:0
阅读:213
1、修改代码中划线部分为自己的app名称:
#Region Project Attributes #ApplicationLabel: B4A Example #VersionCode: 1 #VersionName: 2 #SupportedOrientations: unspecified #CanInstallToExternalStorage: False #End Region
2、打开IDE中的build configrations中的Package Name 为自己的包名如:B4A.chatmessage.
原文:https://www.cnblogs.com/windel/p/8745976.html
评论(0)