This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[caps] | |
platformName = "Android" | |
versionNumber = "1.12" | |
deviceName = "F8132" | |
app = "sample.apk" | |
[appium_lib] | |
wait = 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for textfile in $( ls . | grep txt$ ); do echo "${textfile}"; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Override | |
public Dialog onCreateDialog(Bundle savedInstanceState) { | |
// TODO: ダイアログで、はい・いいえ の選択肢を表示する | |
AlertDialog.Builder builder = new AlertDialog.Builder(getActivity()); | |
builder.setView(R.layout.dialog); | |
builder.setMessage("Input your name.") | |
// OKボタン | |
.setPositiveButton("OK", new DialogInterface.OnClickListener() { | |
public void onClick(DialogInterface dialog, int id) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"C:\Program Files\Java\jdk1.8.0_92\bin\java" "-Dgradle.home=C:\Program Files\Android\Android Studio\gradle\gradle-2.10" "-Dtools.jar=C:\Program Files\Java\jdk1.8.0_92\lib\tools.jar" -Didea.launcher.port=7535 "-Didea.launcher.bin.path=C:\Program Files\Android\Android Studio\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\groovy-all-2.4.4.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\ant-1.9.3.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\ant-launcher-1.9.3.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\gradle-base-services-2.10.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\gradle-base-services-groovy-2.10.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\gradle-cli-2.10.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\gradle-core-2.10.jar;C:\Program Files\Android\Android Studio\gradle\gradle-2.10\lib\gradle-docs-2.10.jar;C:\Program Files\And |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BUILD FAILED | |
FAILURE: Build failed with an exception. | |
Total time: 3.447 secs | |
* Where: | |
Build file 'C:\Users\daipresents\git\AndroidTraining\AndroidStudio\practice\fundamentals\1st\FrameLayoutPractice\Practice1\app\build.gradle' line: 1 | |
* What went wrong: | |
A problem occurred evaluating root project 'app'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install mattetti-googlecharts --source=http://gems.github.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Japanese strings go here | |
ja: | |
my_label: "My label" | |
task_board_text_no_sprint: プロジェクトには実行中のスプリントがありません。バージョンの期限日を確認してください。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def index | |
@graph = open_flash_chart_object(600,300,"/version_burndown/graph_code") | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Showing vendor/plugins/advanced_roadmap/app/views/projects/roadmap.rhtml where line #21 raised: | |
undefined method `rest_hours' for #<version:0x6ce9158> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
At the time of writing, the API is only available in trunk (see r3310, r3313). |