2015年6月13日土曜日

Excel sheet can not be deleted

When I try to delete an Excel sheet, I right-click but I can not delete it because I can not select it.
Sheets can not be deleted if you are using the book sharing feature, Disable book sharing once. Review-> Change-> Book Sharing

エクセルのシートが削除できない

エクセルのシートを削除しようと右クリックするが削除が選べず削除することができない。

ブックの共有機能を使っているとシートは削除できないので、
ブックの共有を一度無効にする。

校閲ー>変更ー>ブックの共有

androidの開発でエミュレーターが動かない

android studioからandroidエミュレーターを起動してデバックしようとすると以下のメッセージが出て起動しない。

>emulator: ERROR: x86 emulation currently requires hardware acceleration!
>Please ensure Intel HAXM is properly installed and usable.
>CPU acceleration status: HAX kernel module is not installed!

eclipse + adtでもたぶんでるかな。


android sdk managerのpackagesの中の一番下、
intel x86 emulator accelerator(HAXM installer)にチェックを入れてインストールする。

---
それでもダメな場合

tools->android->avd managerからdevice configration画面を出して
ABIが「x86」ではなく「armeabi-v7a」を選ぶ。