FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
10/20/13 01:30 AM (12 years ago)

errors before i start

hi guys, just starting my android project, ive got everything running, simulator, play services, but i cant run the project as im getting these errors before i even start, can someone point me in the right direction and tell me what im doing wrong cheers sean (10 of these) Description Resource Path Location Type GCMRegistrar cannot be resolved BT_activity_host.java /arleyhall/src/com/arleyhall line 43/112/38/241/293/294/300/758/767/194/202/208/214 Java Problem Description Resource Path Location Type The method getGCMIntentServiceClassName(Context) of type BT_gcmReceiver must override or implement a supertype method BT_gcmReceiver.java /arleyhall/src/com/arleyhall line 40 Java Problem Description Resource Path Location Type The method onDeletedMessages(Context, int) of type BT_gcmIntentService must override or implement a supertype method BT_gcmIntentService.java /arleyhall/src/com/arleyhall line 93 Java Problem Description Resource Path Location Type The method onError(Context, String) of type BT_gcmIntentService must override or implement a supertype method BT_gcmIntentService.java /arleyhall/src/com/arleyhall line 102 Java Problem Description Resource Path Location Type The method onMessage(Context, Intent) of type BT_gcmIntentService must override or implement a supertype method BT_gcmIntentService.java /arleyhall/src/com/arleyhall line 75 Java Problem Description Resource Path Location Type The method onRecoverableError(Context, String) of type BT_gcmIntentService must override or implement a supertype method BT_gcmIntentService.java /arleyhall/src/com/arleyhall line 109 Java Problem Description Resource Path Location Type The method onRegistered(Context, String) of type BT_gcmIntentService must override or implement a supertype method BT_gcmIntentService.java /arleyhall/src/com/arleyhall line 57 Java Problem Description Resource Path Location Type The method onUnregistered(Context, String) of type BT_gcmIntentService must override or implement a supertype method BT_gcmIntentService.java /arleyhall/src/com/arleyhall line 66 Java Problem ive reinstalled java, thing it was that, but it hasn't fixed any of the errors
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
10/20/13 03:16 AM (12 years ago)
BT_gcmIntentService.java? Could swear I had these errors before, switching the API to 2.2; 8 google, or 4.0 android, should fix it for you. Sorry, not very smart with android, someone else may be able to help more! David https://buzztouchmods.com/market
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/20/13 04:10 AM (12 years ago)
im on android 4, api 14 but the api level in preferences only go,s up to 18 android 4.3, if i change from android 4 to anything else i get more errors cheers sean http://www.webmonkeys.co/
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/20/13 06:14 AM (12 years ago)
fixed the errors above, can someone tell me where the plugins are, as i keep getting errors on the device, missing plugin, and my images arnt showing, ive put them all in a folder called bt_images cheers guys sean
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/20/13 06:36 AM (12 years ago)
fixed above, they go in draw folder, still prob with plugins and crashing though sean
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/20/13 07:09 AM (12 years ago)
hi guys, simulator keeps crashing and my plugins dont work, heres the logcat, what am i doing wrong cheers sean 10-20 14:05:05.533: W/ZZ(657): BT_activity_start:loadAppConfigData 10-20 14:05:05.553: W/ZZ(657): BT_fragment_load_config_data:onCreate 10-20 14:05:05.553: W/ZZ(657): BT_fragment_load_config_data:onCreateView 10-20 14:05:05.564: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigDataAfterDelay: Delaying 2000 milliseconds 10-20 14:05:05.873: D/gralloc_goldfish(657): Emulator without GPU emulation detected. 10-20 14:05:05.903: W/TextLayoutCache(657): computeValuesWithHarfbuzz -- need to force to single run 10-20 14:05:07.733: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData 10-20 14:05:07.753: W/ZZ(657): BT_device:updateDeviceConnectionType: ConnectionType: CELL 10-20 14:05:07.783: W/ZZ(657): BT_device:updateDeviceSize This device has a screen size of: 480 (width) x 800 (height). 10-20 14:05:07.783: W/ZZ(657): BT_device:updateDeviceSize This application considers this to be a "small device" 10-20 14:05:07.803: W/ZZ(657): BT_device:updateDeviceSize This device is in "portrait" orientation. 10-20 14:05:07.803: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData loading "BT_config.txt" from /assests folder in project... 10-20 14:05:10.173: W/ZZ(657): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 10-20 14:05:10.303: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData loaded "BT_config.txt" from /assets folder successfully... 10-20 14:05:10.333: W/ZZ(657): BT_application: getDataURLFromAppData 10-20 14:05:10.903: D/dalvikvm(657): GC_CONCURRENT freed 234K, 4% free 10119K/10439K, paused 7ms+7ms 10-20 14:05:10.923: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData "BT_config.txt" file does use a dataURL for remote updates... 10-20 14:05:10.923: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData cachedAppConfig.txt does not exist in the cache, using the BT_config.txt file included in project... 10-20 14:05:10.993: W/ZZ(657): BT_application: validateApplicationData 10-20 14:05:11.173: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData application data appears to be valid JSON... 10-20 14:05:11.173: W/ZZ(657): BT_application: parseJSONData 10-20 14:05:11.423: W/ZZ(657): BT_application: parsing core settings... 10-20 14:05:11.423: W/ZZ(657): BT_application: parsing themes... 10-20 14:05:11.433: W/ZZ(657): BT_application: parsing tabs... 10-20 14:05:11.464: W/ZZ(657): BT_application: parsing menus... 10-20 14:05:11.464: W/ZZ(657): BT_application: parsing screens... 10-20 14:05:11.523: W/ZZ(657): BT_application:parseJSONData done parsing application data 10-20 14:05:11.523: W/ZZ(657): BT_fragment_load_config_data:loadAppConfigData:sendMessageToMainThread 0 10-20 14:05:11.533: W/ZZ(657): BT_activity_start:configureEnvironment 10-20 14:05:11.533: W/ZZ(657): BT_activity_start:configureEnvironment This app does not use a splash screen 10-20 14:05:11.543: W/ZZ(657): BT_activity_start:configureEnvironment Starting BT_activity_host 10-20 14:05:11.874: W/ZZ(657): BT_activity_host:onCreate 10-20 14:05:12.143: W/ZZ(657): BT_activity_host:configureEnvironment 10-20 14:05:12.153: W/ZZ(657): BT_activity_host:configureEnvironment Prompt For Push Notifications is ON (set to 1). 10-20 14:05:12.363: W/ZZ(657): BT_activity_host: start GPS is set to YES (set to 1) in the applications configuration data, trying to start GPS 10-20 14:05:12.363: W/ZZ(657): BT_activity_host:configureEnvironment user has not prevented the GPS from starting using a BT_screen_settingsLocation screen 10-20 14:05:12.373: W/ZZ(657): BT_activity_host:startListeningForLocationUpdate (started listening for location changes) 10-20 14:05:12.393: W/ZZ(657): BT_activity_host:startListeningForLocationUpdate asking for GPS locations updates... 10-20 14:05:12.393: W/ZZ(657): BT_activity_host:setupTabs (0 tabs) 10-20 14:05:12.403: W/ZZ(657): BT_application: getHomeScreenData 10-20 14:05:12.403: W/ZZ(657): BT_activity_host:setupTabs (no tabs, finding home screen) 10-20 14:05:12.403: W/ZZ(657): BT_activity_host:showAppHomeScreen 10-20 14:05:12.403: W/ZZ(657): BT_application: getHomeScreenData 10-20 14:05:12.403: W/ZZ(657): BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 10-20 14:05:12.413: W/ZZ(657): BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.423: W/ZZ(657): BT_screen_menuButtons:setScreenData JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.423: W/ZZ(657): BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.433: W/ZZ(657): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:12.493: W/ZZ(657): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.505: W/ZZ(657): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.505: W/ZZ(657): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:12.533: W/ZZ(657): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.533: W/ZZ(657): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.543: W/ZZ(657): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:12.553: W/ZZ(657): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.553: W/ZZ(657): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.563: W/ZZ(657): BT_screen_menuButtons:onAttach JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.563: W/ZZ(657): BT_screen_menuButtons:onCreate JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.593: W/ZZ(657): BT_screen_menuButtons:onCreateView JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.633: W/ZZ(657): BT_fileManager:deleteFile 71814D80DF09FE7916A3723_screenData.txt 10-20 14:05:12.633: W/ZZ(657): BT_screen_menuButtons:onActivityCreated JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.643: W/ZZ(657): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:12.674: W/ZZ(657): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.674: W/ZZ(657): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.693: W/ZZ(657): BT_activity_host:onStart 10-20 14:05:12.693: W/ZZ(657): BT_activity_host: start GPS is set to YES in the applications configuration data, trying to start GPS 10-20 14:05:12.693: W/ZZ(657): BT_activity_host: user has not prevented the GPS from starting using a BT_screen_settingsLocation screen 10-20 14:05:12.703: W/ZZ(657): BT_activity_host:startListeningForLocationUpdate (started listening for location changes) 10-20 14:05:12.713: W/ZZ(657): BT_activity_host:startListeningForLocationUpdate asking for GPS locations updates... 10-20 14:05:12.713: W/ZZ(657): BT_screen_menuButtons:onStart JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.713: W/ZZ(657): BT_activity_host:onResume 10-20 14:05:12.723: W/ZZ(657): BT_activity_host:reportToCloud 10-20 14:05:12.743: W/ZZ(657): BT_screen_menuButtons:onResume JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:12.743: W/ZZ(657): BT_screen_menuButtons:onStart using data from app's configuration file 10-20 14:05:12.743: W/ZZ(657): BT_screen_menuButtons:parseScreenData 10-20 14:05:12.743: W/ZZ(657): BT_screen_menuButtons:layoutButtons 10-20 14:05:12.763: W/ZZ(657): BT_activity_host:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA8E7F12F9B07E5C3F899E899&apiKey=EDB39AA6A2220C926FFEF0C&apiSecret=66D7F538FB749D7A1AC1502&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 10-20 14:05:12.763: W/ZZ(657): BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA8E7F12F9B07E5C3F899E899&apiKey=EDB39AA6A2220C926FFEF0C&apiSecret=66D7F538FB749D7A1AC1502&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 10-20 14:05:12.803: W/ZZ(657): BT_screen_menuButtons: using button image from project bundle: "weddings.png" 10-20 14:05:12.823: D/dalvikvm(657): GC_CONCURRENT freed 315K, 4% free 10290K/10695K, paused 5ms+11ms 10-20 14:05:12.923: D/dalvikvm(657): GC_FOR_ALLOC freed 20K, 4% free 10270K/10695K, paused 74ms 10-20 14:05:13.043: I/dalvikvm-heap(657): Grow heap (frag case) to 21.520MB for 11961888-byte allocation 10-20 14:05:13.143: D/dalvikvm(657): GC_FOR_ALLOC freed <1K, 3% free 21951K/22407K, paused 47ms 10-20 14:05:13.154: W/ZZ(657): arleyhall_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 10-20 14:05:13.493: D/dalvikvm(657): GC_FOR_ALLOC freed 4K, 3% free 21959K/22407K, paused 52ms 10-20 14:05:13.493: I/dalvikvm-heap(657): Forcing collection of SoftReferences for 26919496-byte allocation 10-20 14:05:13.583: D/dalvikvm(657): GC_BEFORE_OOM freed 9K, 3% free 21949K/22407K, paused 87ms 10-20 14:05:13.583: E/dalvikvm-heap(657): Out of memory on a 26919496-byte allocation. 10-20 14:05:13.593: I/dalvikvm(657): "main" prio=5 tid=1 RUNNABLE 10-20 14:05:13.593: I/dalvikvm(657): | group="main" sCount=0 dsCount=0 obj=0x40997460 self=0x12810 10-20 14:05:13.593: I/dalvikvm(657): | sysTid=657 nice=0 sched=0/0 cgrp=default handle=1074082952 10-20 14:05:13.606: I/dalvikvm(657): | schedstat=( 2461036650 4634641981 1089 ) utm=187 stm=59 core=0 10-20 14:05:13.606: I/dalvikvm(657): at android.graphics.Bitmap.nativeCreate(Native Method) 10-20 14:05:13.606: I/dalvikvm(657): at android.graphics.Bitmap.createBitmap(Bitmap.java:605) 10-20 14:05:13.613: I/dalvikvm(657): at android.graphics.Bitmap.createBitmap(Bitmap.java:551) 10-20 14:05:13.613: I/dalvikvm(657): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:437) 10-20 14:05:13.613: I/dalvikvm(657): at android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:524) 10-20 14:05:13.613: I/dalvikvm(657): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:499) 10-20 14:05:13.623: I/dalvikvm(657): at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:351) 10-20 14:05:13.623: I/dalvikvm(657): at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:773) 10-20 14:05:13.623: I/dalvikvm(657): at android.content.res.Resources.loadDrawable(Resources.java:1937) 10-20 14:05:13.623: I/dalvikvm(657): at android.content.res.Resources.getDrawable(Resources.java:664) 10-20 14:05:13.623: I/dalvikvm(657): at com.arleyhall.BT_fileManager.getDrawableByName(BT_fileManager.java:263) 10-20 14:05:13.633: I/dalvikvm(657): at com.arleyhall.BT_screen_menuButtons.getButton(BT_screen_menuButtons.java:767) 10-20 14:05:13.633: I/dalvikvm(657): at com.arleyhall.BT_screen_menuButtons.layoutButtons(BT_screen_menuButtons.java:432) 10-20 14:05:13.633: I/dalvikvm(657): at com.arleyhall.BT_screen_menuButtons.parseScreenData(BT_screen_menuButtons.java:924) 10-20 14:05:13.633: I/dalvikvm(657): at com.arleyhall.BT_screen_menuButtons.onResume(BT_screen_menuButtons.java:223) 10-20 14:05:13.633: I/dalvikvm(657): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:840) 10-20 14:05:13.653: I/dalvikvm(657): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:998) 10-20 14:05:13.653: I/dalvikvm(657): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:981) 10-20 14:05:13.653: I/dalvikvm(657): at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1705) 10-20 14:05:13.653: I/dalvikvm(657): at android.app.Activity.performResume(Activity.java:4549) 10-20 14:05:13.653: I/dalvikvm(657): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2433) 10-20 14:05:13.663: I/dalvikvm(657): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2471) 10-20 14:05:13.663: I/dalvikvm(657): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1985) 10-20 14:05:13.663: I/dalvikvm(657): at android.app.ActivityThread.access$600(ActivityThread.java:122) 10-20 14:05:13.663: I/dalvikvm(657): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1146) 10-20 14:05:13.663: I/dalvikvm(657): at android.os.Handler.dispatchMessage(Handler.java:99) 10-20 14:05:13.663: I/dalvikvm(657): at android.os.Looper.loop(Looper.java:137) 10-20 14:05:13.663: I/dalvikvm(657): at android.app.ActivityThread.main(ActivityThread.java:4340) 10-20 14:05:13.673: I/dalvikvm(657): at java.lang.reflect.Method.invokeNative(Native Method) 10-20 14:05:13.673: I/dalvikvm(657): at java.lang.reflect.Method.invoke(Method.java:511) 10-20 14:05:13.673: I/dalvikvm(657): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) 10-20 14:05:13.673: I/dalvikvm(657): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 10-20 14:05:13.673: I/dalvikvm(657): at dalvik.system.NativeStart.main(Native Method) 10-20 14:05:13.693: D/AndroidRuntime(657): Shutting down VM 10-20 14:05:13.693: W/dalvikvm(657): threadid=1: thread exiting with uncaught exception (group=0x409961f8) 10-20 14:05:13.773: E/AndroidRuntime(657): FATAL EXCEPTION: main 10-20 14:05:13.773: E/AndroidRuntime(657): java.lang.OutOfMemoryError 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.Bitmap.nativeCreate(Native Method) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.Bitmap.createBitmap(Bitmap.java:605) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.Bitmap.createBitmap(Bitmap.java:551) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:437) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:524) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:499) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:351) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:773) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.content.res.Resources.loadDrawable(Resources.java:1937) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.content.res.Resources.getDrawable(Resources.java:664) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.arleyhall.BT_fileManager.getDrawableByName(BT_fileManager.java:263) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.arleyhall.BT_screen_menuButtons.getButton(BT_screen_menuButtons.java:767) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.arleyhall.BT_screen_menuButtons.layoutButtons(BT_screen_menuButtons.java:432) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.arleyhall.BT_screen_menuButtons.parseScreenData(BT_screen_menuButtons.java:924) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.arleyhall.BT_screen_menuButtons.onResume(BT_screen_menuButtons.java:223) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:840) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:998) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:981) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1705) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.Activity.performResume(Activity.java:4549) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2433) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2471) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1985) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.ActivityThread.access$600(ActivityThread.java:122) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1146) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.os.Handler.dispatchMessage(Handler.java:99) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.os.Looper.loop(Looper.java:137) 10-20 14:05:13.773: E/AndroidRuntime(657): at android.app.ActivityThread.main(ActivityThread.java:4340) 10-20 14:05:13.773: E/AndroidRuntime(657): at java.lang.reflect.Method.invokeNative(Native Method) 10-20 14:05:13.773: E/AndroidRuntime(657): at java.lang.reflect.Method.invoke(Method.java:511) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) 10-20 14:05:13.773: E/AndroidRuntime(657): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 10-20 14:05:13.773: E/AndroidRuntime(657): at dalvik.system.NativeStart.main(Native Method) 10-20 14:05:13.783: W/ZZ(657): arleyhall_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 10-20 14:05:27.713: I/Process(657): Sending signal. PID: 657 SIG: 9 10-20 14:05:49.693: W/ZZ(686): arleyhall_appDelegate: onCreate 10-20 14:05:49.693: W/ZZ(686): arleyhall_appDelegate:loadAudioPlayer 10-20 14:05:49.703: W/ZZ(686): BT_application: Creating root-app object. 10-20 14:05:49.713: W/ZZ(686): BT_device: Creating root-device object. 10-20 14:05:49.723: W/ZZ(686): BT_device: This device uses an Android display density of: 240dpi (dots per inch) 10-20 14:05:49.733: W/ZZ(686): BT_device: This device can take pictures. 10-20 14:05:49.733: W/ZZ(686): BT_device: This device can take videos. 10-20 14:05:49.743: W/ZZ(686): BT_device: This device can send emails. 10-20 14:05:49.743: W/ZZ(686): BT_device: This device is GPS capable. 10-20 14:05:49.763: W/ZZ(686): BT_device: This device does support vibrating. 10-20 14:05:49.793: W/ZZ(686): BT_device: This device has an accelerometer (it can detect shaking). 10-20 14:05:49.803: W/ZZ(686): BT_device: This device cannot record audio. 10-20 14:05:49.813: W/ZZ(686): BT_user: Creating root-user object. 10-20 14:05:49.833: W/ZZ(686): BT_activity_start:onCreate 10-20 14:05:49.833: W/ZZ(686): BT_activity_start:onCreate This device is running Android Build Vers:14 10-20 14:05:49.883: W/ZZ(686): BT_activity_start:loadAppConfigData 10-20 14:05:49.893: W/ZZ(686): BT_fragment_load_config_data:onCreate 10-20 14:05:49.903: W/ZZ(686): BT_fragment_load_config_data:onCreateView 10-20 14:05:49.913: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigDataAfterDelay: Delaying 2000 milliseconds 10-20 14:05:49.913: W/ZZ(686): arleyhall_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 10-20 14:05:49.925: W/ZZ(686): arleyhall_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 10-20 14:05:50.183: D/gralloc_goldfish(686): Emulator without GPU emulation detected. 10-20 14:05:50.235: W/TextLayoutCache(686): computeValuesWithHarfbuzz -- need to force to single run 10-20 14:05:52.053: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData 10-20 14:05:52.123: W/ZZ(686): BT_device:updateDeviceConnectionType: ConnectionType: CELL 10-20 14:05:52.153: W/ZZ(686): BT_device:updateDeviceSize This device has a screen size of: 480 (width) x 800 (height). 10-20 14:05:52.153: W/ZZ(686): BT_device:updateDeviceSize This application considers this to be a "small device" 10-20 14:05:52.166: W/ZZ(686): BT_device:updateDeviceSize This device is in "portrait" orientation. 10-20 14:05:52.166: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData loading "BT_config.txt" from /assests folder in project... 10-20 14:05:54.174: W/ZZ(686): BT_fileManager: readTextFileFromAssets: "/BT_config.txt" 10-20 14:05:54.343: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData loaded "BT_config.txt" from /assets folder successfully... 10-20 14:05:54.343: W/ZZ(686): BT_application: getDataURLFromAppData 10-20 14:05:55.024: D/dalvikvm(686): GC_CONCURRENT freed 235K, 4% free 10118K/10439K, paused 29ms+27ms 10-20 14:05:55.033: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData "BT_config.txt" file does use a dataURL for remote updates... 10-20 14:05:55.103: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData cachedAppConfig.txt does not exist in the cache, using the BT_config.txt file included in project... 10-20 14:05:55.103: W/ZZ(686): BT_application: validateApplicationData 10-20 14:05:55.304: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData application data appears to be valid JSON... 10-20 14:05:55.304: W/ZZ(686): BT_application: parseJSONData 10-20 14:05:55.453: W/ZZ(686): BT_application: parsing core settings... 10-20 14:05:55.483: W/ZZ(686): BT_application: parsing themes... 10-20 14:05:55.483: W/ZZ(686): BT_application: parsing tabs... 10-20 14:05:55.514: W/ZZ(686): BT_application: parsing menus... 10-20 14:05:55.514: W/ZZ(686): BT_application: parsing screens... 10-20 14:05:55.543: W/ZZ(686): BT_application:parseJSONData done parsing application data 10-20 14:05:55.583: W/ZZ(686): BT_fragment_load_config_data:loadAppConfigData:sendMessageToMainThread 0 10-20 14:05:55.583: W/ZZ(686): BT_activity_start:configureEnvironment 10-20 14:05:55.613: W/ZZ(686): BT_activity_start:configureEnvironment This app does not use a splash screen 10-20 14:05:55.613: W/ZZ(686): BT_activity_start:configureEnvironment Starting BT_activity_host 10-20 14:05:55.923: W/ZZ(686): BT_activity_host:onCreate 10-20 14:05:56.103: W/ZZ(686): BT_activity_host:configureEnvironment 10-20 14:05:56.103: W/ZZ(686): BT_activity_host:configureEnvironment Prompt For Push Notifications is ON (set to 1). 10-20 14:05:56.303: W/ZZ(686): BT_activity_host: start GPS is set to YES (set to 1) in the applications configuration data, trying to start GPS 10-20 14:05:56.303: W/ZZ(686): BT_activity_host:configureEnvironment user has not prevented the GPS from starting using a BT_screen_settingsLocation screen 10-20 14:05:56.314: W/ZZ(686): BT_activity_host:startListeningForLocationUpdate (started listening for location changes) 10-20 14:05:56.333: W/ZZ(686): BT_activity_host:startListeningForLocationUpdate asking for GPS locations updates... 10-20 14:05:56.333: W/ZZ(686): BT_activity_host:setupTabs (0 tabs) 10-20 14:05:56.333: W/ZZ(686): BT_application: getHomeScreenData 10-20 14:05:56.333: W/ZZ(686): BT_activity_host:setupTabs (no tabs, finding home screen) 10-20 14:05:56.343: W/ZZ(686): BT_activity_host:showAppHomeScreen 10-20 14:05:56.343: W/ZZ(686): BT_application: getHomeScreenData 10-20 14:05:56.343: W/ZZ(686): BT_activity_host:initPluginWithScreenData. Calling helper method in BT_application 10-20 14:05:56.343: W/ZZ(686): BT_application:initPluginWithScreenData. Creating plugin with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.353: W/ZZ(686): BT_screen_menuButtons:setScreenData JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.353: W/ZZ(686): BT_activity_host:showFragmentForPlugin. Showing plugin with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.353: W/ZZ(686): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:56.423: W/ZZ(686): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.423: W/ZZ(686): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.423: W/ZZ(686): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:56.453: W/ZZ(686): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.453: W/ZZ(686): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.453: W/ZZ(686): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:56.475: W/ZZ(686): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.583: W/ZZ(686): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.593: W/ZZ(686): BT_screen_menuButtons:onAttach JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.593: W/ZZ(686): BT_screen_menuButtons:onCreate JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.593: W/ZZ(686): BT_screen_menuButtons:onCreateView JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.653: W/ZZ(686): BT_fileManager:deleteFile 71814D80DF09FE7916A3723_screenData.txt 10-20 14:05:56.663: W/ZZ(686): BT_screen_menuButtons:onActivityCreated JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.663: W/ZZ(686): BT_activity_host:configureNavBarAndBackgroundForScreen Calling helper methods in BT_viewUtilities... 10-20 14:05:56.693: W/ZZ(686): BT_viewUtilities:updateBackgroundColorsForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.693: W/ZZ(686): BT_viewUtilities:updateBackgroundImageForScreen. Screen with JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.693: W/ZZ(686): BT_activity_host:onStart 10-20 14:05:56.693: W/ZZ(686): BT_activity_host: start GPS is set to YES in the applications configuration data, trying to start GPS 10-20 14:05:56.693: W/ZZ(686): BT_activity_host: user has not prevented the GPS from starting using a BT_screen_settingsLocation screen 10-20 14:05:56.713: W/ZZ(686): BT_activity_host:startListeningForLocationUpdate (started listening for location changes) 10-20 14:05:56.733: W/ZZ(686): BT_activity_host:startListeningForLocationUpdate asking for GPS locations updates... 10-20 14:05:56.733: W/ZZ(686): BT_screen_menuButtons:onStart JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.733: W/ZZ(686): BT_activity_host:onResume 10-20 14:05:56.743: W/ZZ(686): BT_activity_host:reportToCloud 10-20 14:05:56.743: W/ZZ(686): BT_screen_menuButtons:onResume JSON itemId: "71814D80DF09FE7916A3723" itemType: "BT_screen_menuButtons" itemNickname: "front" 10-20 14:05:56.743: W/ZZ(686): BT_screen_menuButtons:onStart using data from app's configuration file 10-20 14:05:56.743: W/ZZ(686): BT_screen_menuButtons:parseScreenData 10-20 14:05:56.753: W/ZZ(686): BT_screen_menuButtons:layoutButtons 10-20 14:05:56.883: W/ZZ(686): BT_screen_menuButtons: using button image from project bundle: "weddings.png" 10-20 14:05:56.903: W/ZZ(686): BT_activity_host:reportToCloudWorkerThread getting lastModified from reportToCloudURL https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA8E7F12F9B07E5C3F899E899&apiKey=EDB39AA6A2220C926FFEF0C&apiSecret=66D7F538FB749D7A1AC1502&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 10-20 14:05:56.903: W/ZZ(686): BT_downloader:downloadTextData from URL: https://www.buzztouch.com/api/app/?command=reportToCloud&appGuid=JA8E7F12F9B07E5C3F899E899&apiKey=EDB39AA6A2220C926FFEF0C&apiSecret=66D7F538FB749D7A1AC1502&deviceId=&deviceLatitude=&deviceLongitude=&deviceModel=generic-google_sdk&userId=&currentMode=Design 10-20 14:05:56.963: D/dalvikvm(686): GC_CONCURRENT freed 322K, 5% free 10294K/10759K, paused 25ms+28ms 10-20 14:05:57.114: D/dalvikvm(686): GC_FOR_ALLOC freed 18K, 5% free 10275K/10759K, paused 74ms 10-20 14:05:57.223: I/dalvikvm-heap(686): Grow heap (frag case) to 21.526MB for 11961888-byte allocation 10-20 14:05:57.403: D/dalvikvm(686): GC_FOR_ALLOC freed <1K, 3% free 21956K/22471K, paused 66ms 10-20 14:05:57.643: D/dalvikvm(686): GC_FOR_ALLOC freed <1K, 3% free 21958K/22471K, paused 47ms 10-20 14:05:57.643: I/dalvikvm-heap(686): Forcing collection of SoftReferences for 26919496-byte allocation 10-20 14:05:57.723: D/dalvikvm(686): GC_BEFORE_OOM freed 9K, 3% free 21949K/22471K, paused 82ms 10-20 14:05:57.723: E/dalvikvm-heap(686): Out of memory on a 26919496-byte allocation. 10-20 14:05:57.723: I/dalvikvm(686): "main" prio=5 tid=1 RUNNABLE 10-20 14:05:57.733: I/dalvikvm(686): | group="main" sCount=0 dsCount=0 obj=0x40997460 self=0x12810 10-20 14:05:57.733: I/dalvikvm(686): | sysTid=686 nice=0 sched=0/0 cgrp=default handle=1074082952 10-20 14:05:57.733: I/dalvikvm(686): | schedstat=( 2233901553 3255896576 994 ) utm=174 stm=49 core=0 10-20 14:05:57.733: I/dalvikvm(686): at android.graphics.Bitmap.nativeCreate(Native Method) 10-20 14:05:57.743: I/dalvikvm(686): at android.graphics.Bitmap.createBitmap(Bitmap.java:605) 10-20 14:05:57.743: I/dalvikvm(686): at android.graphics.Bitmap.createBitmap(Bitmap.java:551) 10-20 14:05:57.743: I/dalvikvm(686): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:437) 10-20 14:05:57.743: I/dalvikvm(686): at android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:524) 10-20 14:05:57.743: I/dalvikvm(686): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:499) 10-20 14:05:57.743: I/dalvikvm(686): at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:351) 10-20 14:05:57.753: I/dalvikvm(686): at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:773) 10-20 14:05:57.753: I/dalvikvm(686): at android.content.res.Resources.loadDrawable(Resources.java:1937) 10-20 14:05:57.753: I/dalvikvm(686): at android.content.res.Resources.getDrawable(Resources.java:664) 10-20 14:05:57.763: I/dalvikvm(686): at com.arleyhall.BT_fileManager.getDrawableByName(BT_fileManager.java:263) 10-20 14:05:57.763: I/dalvikvm(686): at com.arleyhall.BT_screen_menuButtons.getButton(BT_screen_menuButtons.java:767) 10-20 14:05:57.763: I/dalvikvm(686): at com.arleyhall.BT_screen_menuButtons.layoutButtons(BT_screen_menuButtons.java:432) 10-20 14:05:57.763: I/dalvikvm(686): at com.arleyhall.BT_screen_menuButtons.parseScreenData(BT_screen_menuButtons.java:924) 10-20 14:05:57.763: I/dalvikvm(686): at com.arleyhall.BT_screen_menuButtons.onResume(BT_screen_menuButtons.java:223) 10-20 14:05:57.773: I/dalvikvm(686): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:840) 10-20 14:05:57.773: I/dalvikvm(686): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:998) 10-20 14:05:57.773: I/dalvikvm(686): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:981) 10-20 14:05:57.773: I/dalvikvm(686): at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1705) 10-20 14:05:57.773: I/dalvikvm(686): at android.app.Activity.performResume(Activity.java:4549) 10-20 14:05:57.783: I/dalvikvm(686): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2433) 10-20 14:05:57.783: I/dalvikvm(686): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2471) 10-20 14:05:57.783: I/dalvikvm(686): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1985) 10-20 14:05:57.783: I/dalvikvm(686): at android.app.ActivityThread.access$600(ActivityThread.java:122) 10-20 14:05:57.783: I/dalvikvm(686): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1146) 10-20 14:05:57.783: I/dalvikvm(686): at android.os.Handler.dispatchMessage(Handler.java:99) 10-20 14:05:57.783: I/dalvikvm(686): at android.os.Looper.loop(Looper.java:137) 10-20 14:05:57.783: I/dalvikvm(686): at android.app.ActivityThread.main(ActivityThread.java:4340) 10-20 14:05:57.793: I/dalvikvm(686): at java.lang.reflect.Method.invokeNative(Native Method) 10-20 14:05:57.793: I/dalvikvm(686): at java.lang.reflect.Method.invoke(Method.java:511) 10-20 14:05:57.793: I/dalvikvm(686): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) 10-20 14:05:57.793: I/dalvikvm(686): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 10-20 14:05:57.793: I/dalvikvm(686): at dalvik.system.NativeStart.main(Native Method) 10-20 14:05:57.823: D/AndroidRuntime(686): Shutting down VM 10-20 14:05:57.823: W/dalvikvm(686): threadid=1: thread exiting with uncaught exception (group=0x409961f8) 10-20 14:05:57.883: E/AndroidRuntime(686): FATAL EXCEPTION: main 10-20 14:05:57.883: E/AndroidRuntime(686): java.lang.OutOfMemoryError 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.Bitmap.nativeCreate(Native Method) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.Bitmap.createBitmap(Bitmap.java:605) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.Bitmap.createBitmap(Bitmap.java:551) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:437) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.BitmapFactory.finishDecode(BitmapFactory.java:524) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:499) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:351) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:773) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.content.res.Resources.loadDrawable(Resources.java:1937) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.content.res.Resources.getDrawable(Resources.java:664) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.arleyhall.BT_fileManager.getDrawableByName(BT_fileManager.java:263) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.arleyhall.BT_screen_menuButtons.getButton(BT_screen_menuButtons.java:767) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.arleyhall.BT_screen_menuButtons.layoutButtons(BT_screen_menuButtons.java:432) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.arleyhall.BT_screen_menuButtons.parseScreenData(BT_screen_menuButtons.java:924) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.arleyhall.BT_screen_menuButtons.onResume(BT_screen_menuButtons.java:223) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:840) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:998) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.FragmentManagerImpl.moveToState(FragmentManager.java:981) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.FragmentManagerImpl.dispatchResume(FragmentManager.java:1705) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.Activity.performResume(Activity.java:4549) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2433) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2471) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1985) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.ActivityThread.access$600(ActivityThread.java:122) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1146) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.os.Handler.dispatchMessage(Handler.java:99) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.os.Looper.loop(Looper.java:137) 10-20 14:05:57.883: E/AndroidRuntime(686): at android.app.ActivityThread.main(ActivityThread.java:4340) 10-20 14:05:57.883: E/AndroidRuntime(686): at java.lang.reflect.Method.invokeNative(Native Method) 10-20 14:05:57.883: E/AndroidRuntime(686): at java.lang.reflect.Method.invoke(Method.java:511) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784) 10-20 14:05:57.883: E/AndroidRuntime(686): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) 10-20 14:05:57.883: E/AndroidRuntime(686): at dalvik.system.NativeStart.main(Native Method)
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
10/20/13 11:03 AM (12 years ago)
The logcat error log lines specifically the following one says that you device is having issues with the memory- 10-20 14:05:13.773: E/AndroidRuntime(657): FATAL EXCEPTION: main 10-20 14:05:13.773: E/AndroidRuntime(657): java.lang.OutOfMemoryError The above error causes when your app has images of large size like 2mb, 4mb etc. All the images together cause the memory of your device to get it oversized to process it together which your device (or emulator) is not able to handle it properly and thus causes crash of the app. The easiest way to overcome this error is to reduce the total size of your images or refer your images through url rather than including those images in the app itself. Hope this solves your problem.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/20/13 11:19 AM (12 years ago)
cheers for that, i tried with all the images at first, which where under 2mbs, then i tried it with images under 600kb, still crashed, can i not just increase the memory the simulator has, as i need the images included in the app thanks sean
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
10/20/13 12:24 PM (12 years ago)
Increasing memory of emulator wont help. You have to reduce the size of images or refer them through url. Android has a tendency to store all the processes in memory so, eventually your app will crash when there is no enough memory. I have seen cases where apps crash for out of memory even on Samsung Galaxy S4.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/20/13 12:31 PM (12 years ago)
ok dude thanks, will try storing them on a url thanks
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/21/13 12:09 AM (12 years ago)
@sandeep. hey dude, ive uploaded to urls, added urls to buzztouch, checked the urls worked, downloaded fresh file from buzz, deleted old workspace in eclipse, relaunched, deleted old app from simulator and still no images, what am i doing wrong :) cheers
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/21/13 12:15 AM (12 years ago)
ps can you tell me why my plugins arnt working dude, im getting (missing plugin: the android class file for this screen was not compiled in the project) on the simulator cheers sean
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
10/21/13 01:48 AM (12 years ago)
Its strange that the images are not showing in your app. The missing plugin error is caused coz you inadvertently did not include the plugin while downloading the project. If you can be more specific about which plugin you are talking about, it would be helpful... I can have a look at your project if you are willing to send me the project file (zip format) along with the images you have in your project. You can send it to me at- sandeepkurne(at) gmail (dot) com. I will take a look at it and try finding the reason for error later evening today.
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/21/13 04:25 AM (12 years ago)
cheers dude i have included the plugins as ive all ready produced an ios version thats hosted on itunes, im just updating few things now, will get that over to you later today cheers
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/21/13 04:25 AM (12 years ago)
ive downloaded 9 plugins with the app, and none of them work
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
10/21/13 04:33 AM (12 years ago)
Have you checked are those plugin compatible for android?
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/22/13 04:24 AM (12 years ago)
yes they are, ive given up on the simulator, as nothing works, so i desided to use real phone instead, i used a galaxy s5360, which was running android 2, plugged it in to eclipse, tried to run it, told me it needed min api 11, and the device is api 10, so i rooted the device, upgraded it to jellybean 4.1.1 ap16 works great on phone, plugged it in, but eclipse is still saying,its api 10, it shows the device and the target as 4.1.1 but has red x next the target 4.1.1 and wont run, saying its only api 10 what am i doing wrong sean
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/22/13 12:51 PM (12 years ago)
hi mate, I've tried everything to get this app running on eclipse, given up on the phone, tried doing on mac, but get these errors now, can't even get the app to launch on pc or mac, it justs crashes, 10-22 15:42:56.893: E/AndroidRuntime(803): FATAL EXCEPTION: main 10-22 15:42:56.893: E/AndroidRuntime(803): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.arleyhall/com.arleyhall.BT_activity_host}: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.ActivityThread.access$600(ActivityThread.java:141) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.os.Handler.dispatchMessage(Handler.java:99) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.os.Looper.loop(Looper.java:137) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.ActivityThread.main(ActivityThread.java:5103) 10-22 15:42:56.893: E/AndroidRuntime(803): at java.lang.reflect.Method.invokeNative(Native Method) 10-22 15:42:56.893: E/AndroidRuntime(803): at java.lang.reflect.Method.invoke(Method.java:525) 10-22 15:42:56.893: E/AndroidRuntime(803): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) 10-22 15:42:56.893: E/AndroidRuntime(803): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) 10-22 15:42:56.893: E/AndroidRuntime(803): at dalvik.system.NativeStart.main(Native Method) 10-22 15:42:56.893: E/AndroidRuntime(803): Caused by: java.lang.UnsupportedOperationException: Device does not have package com.google.android.gsf 10-22 15:42:56.893: E/AndroidRuntime(803): at com.google.android.gcm.GCMRegistrar.checkDevice(GCMRegistrar.java:98) 10-22 15:42:56.893: E/AndroidRuntime(803): at com.arleyhall.BT_activity_host.configureEnvironment(BT_activity_host.java:293) 10-22 15:42:56.893: E/AndroidRuntime(803): at com.arleyhall.BT_activity_host.onCreate(BT_activity_host.java:128) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.Activity.performCreate(Activity.java:5133) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) 10-22 15:42:56.893: E/AndroidRuntime(803): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175) 10-22 15:42:56.893: E/AndroidRuntime(803): ... 11 more
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
10/24/13 02:06 AM (12 years ago)
figured out what it was, changed the api to google api instead of android and it worked , it shows on the sim now, nothings where i want or works right, but at least i can work with that, cheers for your help guys sean
 

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.