Eclipseのディレクトリの構成をAndroidStudioに変更するスクリプト

ディレクトリの構成だけ変更すれば、Android Studioからインポートすれば、そのまま開発を続けることができる。

gradle はデフォルトのwrapperで。問題あればAndroidStudioでいうところのモジュール内 build.gradle で調整していく。

なんせリソースディレクトリの変更をしておけば、今どきのAndroidStudioでは、設定等で対応。

sh(シェル)でやるけど、ディレクトリ構成の変更の内容は掴めるはず。

元々は、crashlytics がプロジェクトに反応しないのでやってみた。

続きを読む >>


怪しげなあのアプリが世界のどこと通信しているか確認する方法 - Network Connections for Android

このスマホって見えないところで何を通信してるんだろう。とかよく思ったりします。

結局は、個人情報って「漏洩する」「外部に持ち出される」というのがやばいのです。

それをかんたんにひと目で確認できるアプリがあります。

20131013-081844

20131013-081928

20131013-082011

どのアプリが通信してて、その接続先IPアドレスや、IP管理者やその場所が一目で確認できます。

続きを読む >>


Google「Nexus5」の公式ページ

ここだけども。きっと。

http://www.google.co.jp/nexus/5/

今はまだ、こんな。

続きを読む >>


Related Categories :  AndroidGoogle


公衆無線LANとかWiFiが途切れる場合「5GHz帯」に切り替えたほうがいいんぢゃね?

なんか最近公衆無線LAN「DoCoMo Wi-Fi」なのだけどもすぐ途切れる。
有料なのに使えないくらい途切れる。

電波状況を見てみると、こんな。
(使ったアプリ:Wifi Analyzer)

Screenshot_2013-10-10-17-59-58

・・・

もしかして、これって混雑しすぎぢゃね?
干渉しまくってたりするんぢゃね?

なので、利用周波数を2.4GHz帯から「5GHz帯」に変えてみました。

続きを読む >>


AndroidStudio 0.2.13(Canary Build) で手動作業あります。

ゴツゴツと進むAndroidStudio。

0.2.13 へ更新です。

Android_Studio_Canary_Build_-_Android_Tools_Project_Site

Bug fixes:
The patch mechanism has been fixed (which prevented 0.2.12 from being sent out on the canary channel)
The Export APK dialog has been restored for Gradle projects (issue 60762)
The correct way to release an apk when using a Gradle project is to include your signing configuration inside your build scripts. This will allow you to properly sign the release versions of all the variants of your application by doing a "gradlew assembleRelease" from the command line.
We are working on coming up with a UI that achieves the same effect without having to edit the build.gradle files. (Issue 56532)
In the meantime, if you still choose to use the wizard, please make sure that you select a release version of your APK to sign and not a debug version.
From 0.2.12: The Breakpoints window does not work properly (issue 60721)
From 0.2.12: When using the Android Gradle plugin version 0.6.1, using JDK 7 in Studio does not work. ("Unable to find a JDK 1.6 installed", issue issue 60724)

Android Studio Canary Build - Android Tools Project Site

今回は?今回も?いろいろあります。

続きを読む >>