のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-06-01から1ヶ月間の記事一覧

’tools.jar' is not in Android Studio classpath.

’tools.jar' is not in Android Studio classpath. please ensure JAVA_HOME points to JDK rather than JRE. JREしか入ってなかった。 JAVA_HOME=C:\Program Files\Java\jre7 JDK7を入れてみる。

ould not fetch model of type 'IdeaProject' using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.

java - Failed to import new Gradle project: Could not fetch model of type 'IdeaProject' - Stack Overflow

could not execute build using gradle distribution

Android studio and gradle build error - Stack Overflow

以下にエラー continuous_scale(aesthetics, "date", identity, breaks = breaks, : 使われていない引数 (major = "50 years")

"Error in continuous_scale" and "error in inherits" ggplot2 & R 2.14.2 - Stack Overflow

system.img

Nexus7fan: Nexus7のファクトリーイメージからファイルを取り出す(Windows7 64bit)

DEFAULT_BOLDとDEFAULTの違い

182 static { 183 DEFAULT = create((String) null, 0); 184 DEFAULT_BOLD = create((String) null, Typeface.BOLD); 185 SANS_SERIF = create("sans-serif", 0); 186 SERIF = create("serif", 0); 187 MONOSPACE = create("monospace", 0); 188 189 sDefaul…