我正在尝试在我的Ubuntu 16.04机器上创建AVD.我正在使用Android Studio.虽然我要创建AVD,但它显示"创建AVD时出错.请参阅idea.log了解详情".我在日志文件中找不到任何东西.
创建AVD时在日志文件中生成的最后几行:
2017-03-10 11:27:01,806 [ 204460] INFO - attrs.AttributeDefinitionsImpl - Found tag with unknown parent: AndroidManifest.AndroidManifestCompatibleScreens
2017-03-10 11:28:42,656 [ 305310] INFO - tools.idea.ddms.adb.AdbService - Initializing adb using: /home/hizbul/Android/Sdk/platform-tools/adb, client support = true
2017-03-10 11:28:46,759 [ 309413] INFO - tools.idea.ddms.adb.AdbService - Successfully connected to adb
2017-03-10 11:28:46,763 [ 309417] INFO - ditor.DeployTargetPickerDialog - Successfully obtained debug bridge
2017-03-10 11:30:39,268 [ 421922] WARN - vdmanager.AvdManagerConnection - Failed to create the SD card.
2017-03-10 11:30:39,268 [ 421922] WARN - vdmanager.AvdManagerConnection - …Run Code Online (Sandbox Code Playgroud) 我愿意使用将电子邮件发送到电子邮件地址列表queue。不使用队列,我的代码可以正常工作,但是使用队列,它显示以下错误:
Exception in Queue.php line 86: Serialization of 'Closure' is not allowed
in /home/hizbul/Development/Projects/Laravel/fastskool/vendor/laravel/framework/src/Illuminate/Queue/Queue.php line 86
at serialize(object(SendMessageToStudent)) in Queue.php line 86
at Queue->createPayload(object(SendMessageToStudent), '') in DatabaseQueue.php line 81
at DatabaseQueue->push(object(SendMessageToStudent)) in Dispatcher.php line 184
at Dispatcher->pushCommandToQueue(object(DatabaseQueue), object(SendMessageToStudent)) in Dispatcher.php line 159
at Dispatcher->dispatchToQueue(object(SendMessageToStudent)) in Dispatcher.php line 73
at Dispatcher->dispatch(object(SendMessageToStudent)) in DispatchesJobs.php line 17
at Controller->dispatch(object(SendMessageToStudent)) in MessageController.php line 49
at MessageController->store(object(Request))
at call_user_func_array(array(object(MessageController), 'store'), array(object(Request))) in Controller.php line 55
at Controller->callAction('store', array(object(Request))) in ControllerDispatcher.php line 44
at …Run Code Online (Sandbox Code Playgroud)