我正在使用Ti.Database.install來安裝通過SQLite Manager創建的預先存在的數據庫。我在城市表格中插入了一些數據。在IOS模擬器上一切正常。當我嘗試在Android設備上運行相同的時候,我收到錯誤「Uncaught no such table:city(code 1)」。我已將test.sqlite放置在assets/db文件夾中 var database = Ti.Da
我已將facebook模塊(https://github.com/appcelerator-modules/ti.facebook)添加到我的應用中,並按照頁面上的說明進行操作。 當我調用Alloy.Globals.Facebook.authorize();我得到一個錯誤:Uncaught undefined is not a constant in com.facebook.login.Logi