フツーにカメラで顔を写します。
背景などを選択するだけでこんな風に。
あらかじめ用意された服装やポーズに撮影した顔が埋め込まれ漫画となります。
いろんな輪郭や背景などを変えたり、編集できます。
ぜひおためしあれっ!
フツーにカメラで顔を写します。
背景などを選択するだけでこんな風に。
あらかじめ用意された服装やポーズに撮影した顔が埋め込まれ漫画となります。
いろんな輪郭や背景などを変えたり、編集できます。
ぜひおためしあれっ!
4.4(KitKat) SDKに更新して、GooglePlay開発者サービスで、AndroidManifest.xml に以下追記しなさいといわれ、
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
android - Google Play Services v13 error meta-data in AndroidManifest - Stack Overflow
追記すると、以下のように古いなどと怒られ、
Google Play services out of date. Requires 4030500 but found 3266136
java - After Google Play Service update to version 13 I got an error - Stack Overflow
Google Play Services rev.13が利用できない件 - 前人未踏の領域へ
Google Play Services 4.0 | Android Developers Blog
実際みてみると、確かに古い。
Google Play Store にいってみると、これも古いまま。
どうすべか、下げるか? となるが、
更新です。
Android Studio 0.3.2 Released - Android Tools Project Site
今回もあれこれBugFixや機能の追加しています。
そのうちのひとつが、20-30%のビルド速度の向上。
We also have a new,experimental build strategy that is 20 to 30% faster than the current one, making speed of project builds in Studio closer to command line builds. It is a work-in-progress and is disabled by default. You can enable it by going to the Preferences dialog, navigate to the Compiler > Gradle page and check the box "Use in-process build."
やってみたけど、マシンが非力なのか、体感としてあまり差が感じられませんw
おもしろそうなのはこれ。
Support for recording the device screen as a movie.
In the Android DDMS window, there is a new movie-record button below the screenshot capture button, which will capture a movie on the connected device and retrieve the MP4 file.
IDE内に埋め込まれているDDMSから、端末上の、ボタンひとつで、これまでの静止画ではなく、動画でmp4で保存できる、という機能。
とりあえず、やってみます。