のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2012-08-30から1日間の記事一覧

EXEのスタックサイズの確認方法

>dumpbin /HEADERS CheckStack.exe Microsoft (R) COFF/PE Dumper Version 9.00.30729.01 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file CheckStack.exe PE signature found File Type: EXECUTABLE IMAGE FILE HEADER VALUES 14C…

emulator: ERROR: unknown skin name

export ANDROID_SDK_ROOT=<path-to>/out/host/<system>/sdk?android-sdk_eng.<user>_<system> export PATH=$ANDROID_SDK_ROOT/tools:$PATH $ emulator -avd wvga emulator: ERROR: unknown skin name 'WVGA800'$ export ANDROID_SDK_ROOT=~/JRO03L/out/host/linux-x86/sdk/android-sdk_eng.[</system></user></system></path-to>…

emulator -help-debug-tags

$ emulator -help-debug-tags the '-debug <tags>' option can be used to enable or disable debug messages from specific parts of the emulator. <tags> must be a list (separated by space/comma/column) of <component> names, which can be one of: init emulator initializ</component></tags></tags>…

buildしたemulatorへパスを通す方法

$ which emulator <=反応なし $ . build/envsetup.sh including device/asus/grouper/vendorsetup.sh including device/generic/armv7-a-neon/vendorsetup.sh including device/generic/armv7-a/vendorsetup.sh including device/moto/wingray/vendorsetup…