Kingston
Aspiring developer
Profile
Posts: 118
Reg: Feb 01, 2013
New York
1,180
05/05/15 12:12 PM (9 years ago)

Android | Problem in App Configuration Data

Hi, Recently i created menus in Buzz touch 3.0 and i developed Android app in Android Studio. After finished my development process i try to test my app in Emulator. During my testing It shows an error as Something's Not Right There was a problem loading the app's configuration data. See the Output Console in your Development tool(Eclipse, Android Studio,Etc).(2)" Kindly assist me to solve this issue.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
05/05/15 01:19 PM (9 years ago)
The best place to see what's happening is to look in LogCat when you're trying to test the app. It'll show you exactly what's happening. Paste some output from that here, and we can take a look. Mark
 
Akshay
I hate code!
Profile
Posts: 193
Reg: Mar 07, 2013
Pune ,India
1,930
like
05/06/15 10:28 AM (9 years ago)
i had the same problem a week ago . I solved it bu deleting the unused screens
 
Kingston
Aspiring developer
Profile
Posts: 118
Reg: Feb 01, 2013
New York
1,180
like
05/08/15 11:04 AM (9 years ago)
Hi mark, This is the message shown in Logcat. 05-08 13:46:19.055 1116-1116/com.AppName E/Trace﹕ error opening trace file: No such file or directory (2) 05-08 13:46:19.297 1116-1116/com.AppName W/ZZ﹕ AppName_appDelegate: onCreate 05-08 13:46:19.297 1116-1116/com.AppName W/ZZ﹕ AppName_appDelegate:loadAudioPlayer 05-08 13:46:19.316 1116-1116/com.AppName W/ZZ﹕ BT_application: Creating root-app object. 05-08 13:46:19.345 1116-1116/com.AppName W/ZZ﹕ BT_device: Creating root-device object. 05-08 13:46:19.425 1116-1116/com.AppName W/ZZ﹕ BT_device: This device uses an Android display density of: 320dpi (dots per inch) 05-08 13:46:19.465 1116-1116/com.AppName W/ZZ﹕ BT_device: This device can take pictures. 05-08 13:46:19.465 1116-1116/com.AppName W/ZZ﹕ BT_device: This device can take videos. 05-08 13:46:19.465 1116-1116/com.AppName W/ZZ﹕ BT_device: This device can send emails. 05-08 13:46:19.485 1116-1116/com.AppName W/ZZ﹕ BT_device: This device is GPS capable. 05-08 13:46:19.495 1116-1116/com.AppName W/ZZ﹕ BT_device: This device does support vibrating. 05-08 13:46:19.615 1116-1116/com.AppName W/ZZ﹕ BT_device: This device has an accelerometer (it can detect shaking). 05-08 13:46:19.615 1116-1116/com.AppName W/ZZ﹕ BT_device: This device can record audio. 05-08 13:46:19.645 1116-1116/com.AppName W/ZZ﹕ BT_user: Creating root-user object. 05-08 13:46:19.725 1116-1116/com.AppName W/ZZ﹕ BT_activity_start:onCreate 05-08 13:46:19.725 1116-1116/com.AppName W/ZZ﹕ BT_activity_start:onCreate This device is running Android Build Vers:17 05-08 13:46:19.875 1116-1116/com.AppName W/ZZ﹕ BT_activity_start:loadAppConfigData 05-08 13:46:19.885 1116-1116/com.AppName W/ZZ﹕ BT_fragment_load_config_data:onCreate 05-08 13:46:19.885 1116-1116/com.AppName W/ZZ﹕ BT_fragment_load_config_data:onCreateView 05-08 13:46:19.895 1116-1116/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigDataAfterDelay: Delaying 2000 milliseconds 05-08 13:46:20.035 1116-1116/com.AppName D/dalvikvm﹕ GC_FOR_ALLOC freed 88K, 8% free 2675K/2884K, paused 34ms, total 36ms 05-08 13:46:20.045 1116-1116/com.AppName I/dalvikvm-heap﹕ Grow heap (frag case) to 3.799MB for 1127536-byte allocation 05-08 13:46:20.086 1116-1125/com.AppName D/dalvikvm﹕ GC_FOR_ALLOC freed 2K, 6% free 3774K/3988K, paused 43ms, total 43ms 05-08 13:46:20.136 1116-1120/com.AppName D/dalvikvm﹕ GC_CONCURRENT freed <1K, 6% free 3779K/3988K, paused 8ms+3ms, total 53ms 05-08 13:46:20.395 1116-1129/com.AppName W/ZZ﹕ AppName_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 05-08 13:46:20.395 1116-1129/com.AppName W/ZZ﹕ AppName_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 05-08 13:46:20.495 1116-1116/com.AppName D/gralloc_goldfish﹕ Emulator without GPU emulation detected. 05-08 13:46:22.435 1116-1116/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData 05-08 13:46:22.485 1116-1131/com.AppName W/ZZ﹕ BT_device:updateDeviceConnectionType: ConnectionType: CELL 05-08 13:46:22.675 1116-1131/com.AppName W/ZZ﹕ BT_device:updateDeviceSize This device has a screen size of: 720 (width) x 1184 (height). 05-08 13:46:22.675 1116-1131/com.AppName W/ZZ﹕ BT_device:updateDeviceSize This application considers this to be a "large device" 05-08 13:46:22.675 1116-1131/com.AppName W/ZZ﹕ BT_device:updateDeviceSize This device is in "portrait" orientation. 05-08 13:46:22.675 1116-1131/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData loading "BT_config.txt" from /assests folder in project... 05-08 13:46:25.415 1116-1131/com.AppName W/ZZ﹕ BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 05-08 13:46:25.515 1116-1131/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData loaded "BT_config.txt" from /assets folder successfully... 05-08 13:46:25.515 1116-1131/com.AppName W/ZZ﹕ BT_application: getDataURLFromAppData 05-08 13:46:25.785 1116-1131/com.AppName W/ZZ﹕ BT_application:parseJSONData JSONObject ERROR: org.json.JSONException: Unterminated object at character 3613 of {"BT_appConfig": { "BT_items":[ {"itemId":"EA1A2D1BF793B0C81D214A52E", "itemType":"BT_app", "buzztouchAppId":"EA1A2D1BF793B0C81D214A52E", "buzztouchAPIKey":"8169AB3B846A6DF66633D8E", "dataURL":"http://app.appbuilderonline.com/BT-server/api/app/?command=getAppData&appGuid=EA1A2D1BF793B0C81D214A52E&apiKey=8169AB3B846A6DF66633D8E&apiSecret=665B42C2D5AB1E9EA8AFE74", "reportToCloudURL":"http://app.appbuilderonline.com/BT-server/api/app/?command=reportToCloud&appGuid=EA1A2D1BF793B0C81D214A52E&apiKey=8169AB3B846A6DF66633D8E&apiSecret=665B42C2D5AB1E9EA8AFE74&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "registerForPushURL":"http://app.appbuilderonline.com/BT-server/api/app/?command=registerForPush&appGuid=EA1A2D1BF793B0C81D214A52E&apiKey=8169AB3B846A6DF66633D8E&apiSecret=665B42C2D5AB1E9EA8AFE74&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "lastModified":"Fri, 08 May 2015 17:24:05 -0700", "lastPublished":"Fri, 08 May 2015 17:24:05 -0700", "name":"Preferred Realty", "version":"1.2", "currentMode":"Live", "startLocationUpdates":"1", "promptForPushNotifications":"1", "allowRotation":"largeDevicesOnly", "BT_themes":[ {"itemId":"2BC42ABA286873D95EAAB94", "itemType":"BT_theme", "itemNickname":"Default Theme", "navBarBackgroundColor":"#000000", "navBarStyle":"solid", "statusBarStyle":"default", "backgroundColor":"#FFFFFF", "backgroundImageURLSmallDevice":"http://app.appbuilderonline.com/BT-server/files/applications/EA1A2D1BF793B0C81D214A52E/images/Background.jpg", "backgroundImageURLLargeDevice":"http://app.appbuilderonline.com/BT-server/files/applications/EA1A2D1BF793B0C81D214A52E/images/Background.jpg", "backgroundImageScale":"fullScreen"} ], "BT_tabs":[{"itemId":"58CE792D75674D586C067F7", "itemType":"BT_tab", "textLabel":"Home", "iconName":"houses.png", "soundEffectFileName":"", "homeScreenItemId":"81928588EECFFF72023840A"}, {"itemId":"5A95A82A4D7B5E16F546DFB", "itemType":"BT_tab", "textLabel":"IDX Link", "iconName":"badge.png", "soundEffectFileName":"", "homeScreenItemId":"0EAAB0652CB77B1AC20F77C"}, {"itemId":"6F55259672364454810FC69", "itemType":"BT_tab", "textLabel":"My Website", "iconName":"planet.png", "soundEffectFileName":"", "homeScreenItemId":"0994D1DDBC885690CB48E67"}, {"itemId":"5B83FB773F18F193D140BFA", "itemType":"BT_tab", "textLabel":"More", "iconName":"more.png", "soundEffectFileName":"", "homeScreenItemId":"0E0969144065485B16BC731"} ], "BT_menus":[ ], "BT_screens":[{"itemId":"81928588EECFFF72023840A", "itemType":"BT_screen_customURL", "itemNickname":"Home", "itemId":"81928588EECFFF72023840A", "itemType":"BT_screen_customURL", "itemNickname":"Home", "navBarTitleText":"Home", "navBarRightButtonType":"infoLight", "navBarRightButtonTapLoadScreenNickname":"About", "navBarRightButtonTapLoadScreenItemId":"1D59E75FB7E94379A68EAB5", "dataURL":"http://www.appbuilderonline.com/abo/contents/publishedhomecontents.aspx?AppId=14075&TabId=52078", "showBrowserBarRefresh":"1"}, {"itemId":"0EAAB0652CB77B1AC20F77C", "itemType":"BT_screen_customURL", "itemNickname":"IDX Link", "itemId":"0EAAB0652CB77B1AC20F77C", "itemType":"BT_screen_customURL", "itemNickname":"IDX Link", "navBarTitleText":"IDX Link", "navBarRightButtonType":"refresh", "navBarRightButtonTapLoadScreenNickname":"IDX Link", "navBarRightButtonTapLoadScreenItemId":"0EAAB0652CB77B1AC20F77C", "dataURL":"http://wyo.paragonrels.com/idx/idx.aspx?RMLS_SESSION_GUID={"itemId":"0EAAB0652CB77B1AC20F77C", "itemType":"BT_screen_customURL", "itemNickname":"IDX Link", ea6f10a0-cd1c-4db4-9d28-85a3afd6dbce}&MLS=WYO&SUBSCRIBER=95f9eb9e-a9d4-4a7f-8a75-478b114d8663&", "showBrowserBarRefresh":"1"}, {"itemId":"0994D1DDBC885690CB48E67", "itemType":"BT_screen_customURL", "itemNickname":"My Website", "itemId":"0994D1DDBC 05-08 13:46:25.805 1116-1131/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData "BT_config.txt" file does not use a dataURL for remote updates... 05-08 13:46:25.815 1116-1131/com.AppName W/ZZ﹕ BT_fileManager:deleteFile cachedAppConfig.txt 05-08 13:46:25.835 1116-1131/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData continuing to load with "BT_config.txt" data in project... 05-08 13:46:25.835 1116-1131/com.AppName W/ZZ﹕ BT_application: validateApplicationData 05-08 13:46:26.036 1116-1120/com.AppName D/dalvikvm﹕ GC_CONCURRENT freed 225K, 8% free 4051K/4400K, paused 5ms+56ms, total 270ms 05-08 13:46:26.036 1116-1131/com.AppName D/dalvikvm﹕ WAIT_FOR_CONCURRENT_GC blocked 37ms 05-08 13:46:26.036 1116-1131/com.AppName W/ZZ﹕ BT_application:validateApplicationData EXCEPTION trying to parse JSON data? ERROR: org.json.JSONException: Unterminated object at character 3613 of {"BT_appConfig": { "BT_items":[ {"itemId":"EA1A2D1BF793B0C81D214A52E", "itemType":"BT_app", "buzztouchAppId":"EA1A2D1BF793B0C81D214A52E", "buzztouchAPIKey":"8169AB3B846A6DF66633D8E", "dataURL":"http://app.appbuilderonline.com/BT-server/api/app/?command=getAppData&appGuid=EA1A2D1BF793B0C81D214A52E&apiKey=8169AB3B846A6DF66633D8E&apiSecret=665B42C2D5AB1E9EA8AFE74", "reportToCloudURL":"http://app.appbuilderonline.com/BT-server/api/app/?command=reportToCloud&appGuid=EA1A2D1BF793B0C81D214A52E&apiKey=8169AB3B846A6DF66633D8E&apiSecret=665B42C2D5AB1E9EA8AFE74&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "registerForPushURL":"http://app.appbuilderonline.com/BT-server/api/app/?command=registerForPush&appGuid=EA1A2D1BF793B0C81D214A52E&apiKey=8169AB3B846A6DF66633D8E&apiSecret=665B42C2D5AB1E9EA8AFE74&deviceId=[deviceId]&deviceLatitude=[deviceLatitude]&deviceLongitude=[deviceLongitude]&deviceModel=[deviceModel]&userId=[userId]", "lastModified":"Fri, 08 May 2015 17:24:05 -0700", "lastPublished":"Fri, 08 May 2015 17:24:05 -0700", "name":"Preferred Realty", "version":"1.2", "currentMode":"Live", "startLocationUpdates":"1", "promptForPushNotifications":"1", "allowRotation":"largeDevicesOnly", "BT_themes":[ {"itemId":"2BC42ABA286873D95EAAB94", "itemType":"BT_theme", "itemNickname":"Default Theme", "navBarBackgroundColor":"#000000", "navBarStyle":"solid", "statusBarStyle":"default", "backgroundColor":"#FFFFFF", "backgroundImageURLSmallDevice":"http://app.appbuilderonline.com/BT-server/files/applications/EA1A2D1BF793B0C81D214A52E/images/Background.jpg", "backgroundImageURLLargeDevice":"http://app.appbuilderonline.com/BT-server/files/applications/EA1A2D1BF793B0C81D214A52E/images/Background.jpg", "backgroundImageScale":"fullScreen"} ], "BT_tabs":[{"itemId":"58CE792D75674D586C067F7", "itemType":"BT_tab", "textLabel":"Home", "iconName":"houses.png", "soundEffectFileName":"", "homeScreenItemId":"81928588EECFFF72023840A"}, {"itemId":"5A95A82A4D7B5E16F546DFB", "itemType":"BT_tab", "textLabel":"IDX Link", "iconName":"badge.png", "soundEffectFileName":"", "homeScreenItemId":"0EAAB0652CB77B1AC20F77C"}, {"itemId":"6F55259672364454810FC69", "itemType":"BT_tab", "textLabel":"My Website", "iconName":"planet.png", "soundEffectFileName":"", "homeScreenItemId":"0994D1DDBC885690CB48E67"}, {"itemId":"5B83FB773F18F193D140BFA", "itemType":"BT_tab", "textLabel":"More", "iconName":"more.png", "soundEffectFileName":"", "homeScreenItemId":"0E0969144065485B16BC731"} ], "BT_menus":[ ], "BT_screens":[{"itemId":"81928588EECFFF72023840A", "itemType":"BT_screen_customURL", "itemNickname":"Home", "itemId":"81928588EECFFF72023840A", "itemType":"BT_screen_customURL", "itemNickname":"Home", "navBarTitleText":"Home", "navBarRightButtonType":"infoLight", "navBarRightButtonTapLoadScreenNickname":"About", "navBarRightButtonTapLoadScreenItemId":"1D59E75FB7E94379A68EAB5", "dataURL":"http://www.appbuilderonline.com/abo/contents/publishedhomecontents.aspx?AppId=14075&TabId=52078", "showBrowserBarRefresh":"1"}, {"itemId":"0EAAB0652CB77B1AC20F77C", "itemType":"BT_screen_customURL", "itemNickname":"IDX Link", "itemId":"0EAAB0652CB77B1AC20F77C", "itemType":"BT_screen_customURL", "itemNickname":"IDX Link", "navBarTitleText":"IDX Link", "navBarRightButtonType":"refresh", "navBarRightButtonTapLoadScreenNickname":"IDX Link", "navBarRightButtonTapLoadScreenItemId":"0EAAB0652CB77B1AC20F77C", "dataURL":"http://wyo.paragonrels.com/idx/idx.aspx?RMLS_SESSION_GUID={"itemId":"0EAAB0652CB77B1AC20F77C", "itemType":"BT_screen_customURL", "itemNickname":"IDX Link", ea6f10a0-cd1c-4db4-9d28-85a3afd6dbce}&MLS=WYO&SUBSCRIBER=95f9eb9e-a9d4-4a7f-8a75-478b114d8663&", "showBrowserBarRefresh":"1"}, {"itemId":"0994D1DDBC885690CB48E67", "itemType":"BT_screen_customURL", "itemNickname 05-08 13:46:26.036 1116-1131/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData application data is not valid JOSN data? You could try to use an online JSON validator. Several good ones exist online. Exiting App. 05-08 13:46:26.046 1116-1131/com.AppName W/ZZ﹕ BT_fragment_load_config_data:loadAppConfigData:sendMessageToMainThread 0 05-08 13:46:26.545 1116-1116/com.AppName I/Choreographer﹕ Skipped 46 frames! The application may be doing too much work on its main thread. 05-08 13:46:26.886 1116-1116/com.AppName I/Choreographer﹕ Skipped 33 frames! The application may be doing too much work on its main thread.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
05/08/15 11:06 AM (9 years ago)
Can you paste everything you see at the time that it crashes? Thanks, Mark
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.