2014-10-29 88 views
0

每當我運行昨天工作的腳本時,現在它已被殺死。我的應用程序是用Java編寫的,我想使用Google地圖,因此當用戶點擊應用程序中的書店或醫生圖標時,它們會被帶到世界上任何地方的Google城市。有些東西在殺死我的腳本,無法弄清楚在代碼中輸出什麼,並輸出STOP_ACTIVITY_HIDE

但是,它會停止並隱藏活動。該應用程序從一個啓動畫面開始,並轉到圖標飛濺。當我觸摸一個圖標時,它會給出座標但不輸出任何內容。我改變了關鍵和一切。任何想法爲什麼?

logcat的

10-29 02:59:06.260 13409-13409/com.xtreme.cityguide E/GeoData:﹕ Current Location 
    Longitude: -81.06201496 
    Latitude: 37.39213943 
10-29 02:59:06.310 13409-13409/com.xtreme.cityguide D/ActivityThread﹕ >>> handling: PAUSE_ACTIVITY 
10-29 02:59:06.330 13409-13409/com.xtreme.cityguide D/ActivityThread﹕ <<< done: PAUSE_ACTIVITY 
10-29 02:59:06.380 13409-13409/com.xtreme.cityguide D/ActivityThread﹕ >>> handling: LAUNCH_ACTIVITY 
10-29 02:59:06.440 13409-13409/com.xtreme.cityguide W/Query in activity :﹕ book_store 
10-29 02:59:06.450 13409-13706/com.xtreme.cityguide W/URL is﹕ https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=37.39213943,-81.06201496&rankby=distance&types=book_store&sensor=false&key=AIzaSyC6zHflVgVCLKEMWBFMFm5qj0Jis-eoR4U 
10-29 02:59:06.450 13409-13409/com.xtreme.cityguide D/ActivityThread﹕ <<< done: LAUNCH_ACTIVITY 
10-29 02:59:06.620 13409-13706/com.xtreme.cityguide I/System.out﹕ Login form get: HTTP/1.1 200 OK 
10-29 02:59:06.620 13409-13706/com.xtreme.cityguide I/System.out﹕ get login cookies: 
10-29 02:59:06.620 13409-13706/com.xtreme.cityguide W/status line﹕ HTTP/1.1 200 OK 
10-29 02:59:06.630 13409-13706/com.xtreme.cityguide W/Size of City :﹕ 0 
10-29 02:59:07.000 13409-13409/com.xtreme.cityguide D/ActivityThread﹕ >>> handling: STOP_ACTIVITY_HIDE 
10-29 02:59:07.000 13409-13409/com.xtreme.cityguide D/ActivityThread﹕ <<< done: STOP_ACTIVITY_HIDE 

回答

0

我想通了我自己......這是我沒有GPS功能的

相關問題