Automatic UI testing helps to keep the quality of your software high and helps you notice if your code changes affect the implementation of the actual use cases. When you are creating Android applications you would like to be able to test the... 続きを読む
AVDは、エミュレータが動さしている環境上のhostsファイルを無視するらしいので、エミューレータ上でhostsを使った名前解決をさせたい場合は、エミュレータ自身のhostsファイルを変更してあげる必要があります。 方法はざっくり以下の通り。 ①エミュレータの起... 続きを読む
MacにAndroid SDKのadbコマンドを使えるようにする方法です。 開発環境を作るわけではないので、普通にAndroid SDKにパスを通すだけです。 1.まずAndroidSDKをダウンロード http://developer.android.com/sdk/index.html 2.適当なところに解凍します。 HDD... 続きを読む
はじめに はじめまして、テックファームの石立と申します。今回はThink ITとのご縁で記事を書かせて頂くことになりました。この記事が皆さまにとって役に立つ内容となるよう努力致しますのでよろしくお願い致します。 日本で初めてAndroidを搭載したスマートフ... 続きを読む
こんにちは~うえじゅんです。 今回から何回かに分けてAndroidのテストフレームワークを試してみようと思います。 まずは比較的最近Googleが発表した”NativeDriver“を使ってみます。 環境構築についての詳細は以下のドキュメントを読んでください。 GettingSt... 続きを読む
[m2e-android] Android Configurator for M2E Maven Integration for Eclipse Getting Started The Android Configurator is an Maven Integration for Eclipse (m2e) plug-in that adds maven support for Android Developer Tools (ADT) and the Maven Androi... 続きを読む
Lets you automatically generate and run an Android emulator for the duration of a build, with the emulator logs being captured as artifacts. Description In order to provide effective test coverage of the ever-increasing range of Android platf... 続きを読む
androidAndroidアプリのテスト自動化について色々調査していたら、Robotiumというテストツールを見つけました。このツール、便利なんですが、国内ではまだあまり知られてないみたいなので紹介してみます。RobotiumとはRobotiumとはAndroidアプリケーションのブ... 続きを読む
Googleの公式のドキュメントでは、パフォーマンス向上のための基本的な指針が提示されています。GCの方式の違いやプロセッサの違いなどで、一般的なJavaでの開発とはかなり違った形での開発が要求されるので、特にJava屋さんには注意が必要です。 Best Practice... 続きを読む