スマホでテレビを見れるかもしれないサイトやアプリ

テレビを見たいです。

サッカーファンは大ショックだろう。来年6月に開幕するサッカーワールドカップ(W杯)ブラジル大会のテレビ中継の雲行きが怪しくなってきた。国内放送の一翼を担ってきた衛星放送の「スカパーJSAT」が、放映権料の高騰を理由に中継を断念したのである。

スカパー!断念で現実味を帯びる「ブラジルW杯テレビ中継なし」 (日刊ゲンダイ) - Yahoo!ニュース
http://headlines.yahoo.co.jp/hl?a=20131013-00000002-nkgendai-ent

SopCast

Androidでも Sopcast でテレビをみようず!!

例えば、タブレットやスマホでお風呂でくつろきながら。

あるいは、ベッドでダラダラと。

あるいは、通勤中やお仕事しながら。

ブラジルワールドカップ。

あるいは、日本シリーズ。

あるいは、お天気や原発などの速報。

まとめサイトやブログなど、

スマホで見ようとして挫折しながら諦めず、

一日に玄米四合と味噌と少しの野菜を食べ

みんなにでくのぼーと呼ばれ

褒められもせず、苦にもされず

集めたURLです。

そのまま、ブラウザで

あるいは、連携して、

パソコンで、スマホで、など模索しましょう。

世界はブロードキャストしています。

続きを読む >>


Android Studio 0.3.0 アップデートで「ClassNotFoundExceptions」の場合

というエラー。

MavenCentralRepositoryでは、

The_Central_Repository_Search_Engine

「0.6.2」なのですがこれが原因と。

com.android.tools.build:gradle:0.6.+

の記述を

com.android.tools.build:gradle:0.6.1

に変えましょうと。

NOTE: The Android Gradle 0.6.2 plugin that was published on Maven Central appears to have incorrect dependencies, which leads to ClassNotFoundExceptions during the build. Hold off updating for now, or if you have already updated, you can work around this by editing your build.gradle file and instead of depending on "0.6.+", depend on "0.6.1".

続きを読む >>


AndroidStudio Gradle 1.8 で「Execution failed for task ':libraries:mylib:compileReleaseAidl'.」

こんなのでました。

Execution failed for task ':libraries:mylib:compileReleaseAidl'.
> Could not call IncrementalTask.taskAction() on task ':libraries:mylib:compileReleaseAidl'

調べてみると、

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.6.+'
    }
}

でいけるというのでやってみたらいけた。

The_Central_Repository_Search_Engine-2

The Central Repository Search Engine

Issue 60433 - android - Build fails with Gradle 1.8 when project has AIDL files. - Android Open Source Project - Issue Tracker - Google Project Hosting

けど、いいのかな、これ。。。

続きを読む >>