https://github.com/OmronSensingEggProject/HVC_C2W_SDK_Android
で公開されている家族目線(HVC-C2W)SDKを試用してみました。
見守りカメラセンサ「家族目線」というもののSDKです。
(続きを読む…)
https://github.com/OmronSensingEggProject/HVC_C2W_SDK_Android
で公開されている家族目線(HVC-C2W)SDKを試用してみました。
見守りカメラセンサ「家族目線」というもののSDKです。
(続きを読む…)
http://connpass.com/event/21750/
件名の通り参加してきたのでそのご報告になります。私がAndroidしかできないのと、Android Blog枠というのが追加されていたのでそんな感じになります。
#potatotips FiNCさん会場着! ペッパーくんが出迎えてくれました。 pic.twitter.com/nPky03sqm0
— 所 友太 (@tokorom) 2015, 11月 24
Appindex API 、ちょうど先週に調べてたやつだ #potatotips
— hkusu (@hkusu_) 2015, 11月 24
Intel Edison のファームウェアが更新されたという情報を得たので、焼いてみました。
Intel® Edison Board Software Downloadsから以下をダウンロードしました。
spoon android maven library URLです。
https://jcenter.bintray.com/com/stanfy/spoon/spoon-gradle-plugin/
0.10.0/
0.14.0/
0.14.1/
0.9.0/
0.9.1/
0.9.2/
0.9.3/
0.9.4/
0.9.5/
0.9.6/
1.0.0/
1.0.1/
1.0.2/
1.0.3/
maven-metadata.xml
https://jcenter.bintray.com/com/squareup/spoon/spoon-client/
1.0.0/
1.0.1/
1.0.2/
1.0.3/
1.0.4/
1.0.5/
1.1.0/
1.1.1/
1.1.10/
1.1.2/
1.1.3/
1.1.4/
1.1.5/
1.1.6/
1.1.7/
1.1.8/
1.1.9/
1.2.0/
maven-metadata.xml
git config alias.fetch-pulls=fetch origin +refs/pull/*:refs/remotes/pull/*
export GOPATH=~/
#export GOROOT=${GOPATH}
function peco-src () {
local selected_dir=$(ghq list -p | peco --query "$LBUFFER")
if [ -n "$selected_dir" ]; then
BUFFER="cd ${selected_dir}"
zle accept-line
fi
zle clear-screen
}
zle -N peco-src
bindkey '^[' peco-src
以下のようなエラーがでる場合があります。これは、espressoのライブラリが古いandroid support anotations library を指定しているためです。
Warning:Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (22.2.1) and test app (22.2.0) differ.
build.gradleに以下を記載すれば解決できます。
androidTestCompile('com.android.support.test:runner:0.3') {
exclude module: 'support-annotations'
}
androidTestCompile('com.android.support.test:rules:0.3') {
exclude module: 'support-annotations'
}
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2') {
exclude module: 'support-annotations'
}
Crashliticsのライブラリをfabric に移行するために build.gradle の対応をしながら、 fabric の最新ライブラリのバージョンが知りたかったので、2015/08/13 時点のmaven repository を以下のように覗いてみました。
https://twittersdk.artifactoryonline.com/twittersdk/public/io/fabric/tools/gradle/
Index of public/io/fabric/tools/gradle
Name Last modified Size
../
1.14.0/ 16-Oct-2014 20:46 -
1.14.1/ 16-Oct-2014 21:19 -
1.14.3/ 31-Oct-2014 19:23 -
1.14.4/ 24-Nov-2014 15:17 -
1.15.0/ 06-Feb-2015 19:20 -
1.15.1/ 06-Feb-2015 20:50 -
1.15.2/ 10-Feb-2015 17:12 -
1.16.0/ 18-Mar-2015 14:04 -
1.17.0/ 19-Mar-2015 20:26 -
1.18.0/ 24-Mar-2015 20:33 -
1.19.0/ 06-May-2015 17:34 -
1.19.1/ 25-May-2015 21:49 -
1.19.2/ 29-Jun-2015 19:59 -
maven-metadata.xml 29-Jun-2015 19:59 715 bytes
https://twittersdk.artifactoryonline.com/twittersdk/public/com/crashlytics/sdk/android/crashlytics/
Index of public/com/crashlytics/sdk/android/crashlytics
Name Last modified Size
../
2.0.0/ 21-Oct-2014 17:30 -
2.0.1/ 30-Oct-2014 23:46 -
2.1.0/ 20-Nov-2014 22:10 -
2.2.0/ 15-Dec-2014 19:13 -
2.2.1/ 27-Jan-2015 19:04 -
2.2.2/ 26-Feb-2015 05:10 -
2.2.3/ 02-Apr-2015 22:27 -
2.2.4/ 06-May-2015 20:36 -
2.3.0/ 22-May-2015 20:56 -
2.3.1/ 27-May-2015 21:12 -
2.3.2/ 29-May-2015 15:50 -
2.4.0/ 23-Jun-2015 19:20 -
2.5.0/ 22-Jul-2015 16:51 -
2.5.1/ 10-Aug-2015 22:13 -
maven-metadata.xml 11-Aug-2015 17:39 775 bytes
maven-metadata.xml.md5 11-Aug-2015 17:39 32 bytes
maven-metadata.xml.sha1 11-Aug-2015 17:39 40 bytes