Background I started my first project in android studio to get familiar with Android programming. I am following this tutorial, in which I created a new project Empty Activity, without any change It is supposed to simulate a simple app that shows "Hello World" message Problem Description But every time I try to run and build (I want to emulator as of now), I get the following error message. Unable
今回は、「Gradle」の「repositories」に「HTTP」からはじまるURLを指定しているとき、ビルドなどが失敗して次のエラーが発生した場合の原因と解決方法を紹介していきます。 The supplied phased action failed with an exception. Could not resolve all dependencies for configuration ':compileClasspath'. Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://example.domain)' to redirect to a secure protocol (like
通常はKotlinだけで書くと思うので関係ないです。Java -> Kotlin移行中のプロジェクトだと起きる。 ↓以前の記事 phicdy.hatenablog.com phicdy.hatenablog.com 原因 Product Falvorを free としたとき、Javaのクラスファイルの出力先がAndroid Gradle plugin 3.2.0で ${buildDir}/intermediates/classes/free/debug/ から ${buildDir}/intermediates/javac/freeDebug/compileFreeDebugJavaWithJavac/classes/ に変わった。 修正 あとGradleのアップデートでパスの指定がdeprecatedになったのでそれも修正 task jacocoTestReport(type: Jaco
経緯 Android Studio 3.2にアップデートすると、Gradle 4.6未満のプロジェクトは扱えなくなります。私はlibGDXを利用してAndroidアプリケーションをKotlinで書いていたのですが、gdx-setup.jarによるlibGDXプロジェクトセットアップ時のデフォルトのGradleは4.4だったため、そのままではビルドできなくなりました。 そこで、Gradleを4.4から4.10にバージョンアップしたのですが、ビルド時に "Cannot change attributes of configuration ':[app名]:kapt' after it has been resolved." というエラーが出力され、ビルドができなくなってしまいました。 このエラーはbuild.gradleのapply plugin: "kotlin-android"を除去すると
Android Studioでいわゆる「カス」が溜まる現象について Android Studioで矛盾するエラーメッセージが出る場合があります。 私の事例の場合のエラーは次のような趣旨でした。 Information:Gradle tasks [clean, : compileDebugSources] Error:orientation|screenLayout|uiMode|screenSize|smallestScreenSize" Information:Gradle tasks [clean, generateDebugSources, generateDebugAndroidTestSources] 上記エラーが出たので、AndroidManifest.xmlファイルにおいて該当文言を削除しました。しかし、引き続き上記エラーが発生し続けたのです。 もはやプロジェクトファイルのど
Getting Started Robolectric works with various build systems, which are documented on this page. If you are starting a new project, we recommend Gradle as a first choice, since it is the default build system for Android. Building with Gradle Start by adding the following to your module's build.gradle/build.gradle.kts file: android { testOptions { unitTests { includeAndroidResources = true } } } de
I have installed Android Studio version 1.0.1. I have imported my projects from eclipse and it works fine. Then I deleted a module and reimported it into my Android Studio project. The gradle build says "BUILD SUCCESSFUL" but it pops up an alert window with the message Failed to complete Gradle execution. Cause: Already disposed: Module: 'MYMODULENAME' I can't start my app now. Any idea what I can
Build Init Plugin init タスクで build.gradle などをよろしく作れます。 試験的な提供なので将来が計画されていますが、Gradle 2.3 時点でどのようなになるかメモしておきます。 (2017/02/22 追記) 現在は java-application が追加されているので加えました。 Gradle 4 の場合は以下を参照ください。 blog1.mammb.com basic タイプ指定なしで basic 指定とみなされます。 gradle init ディレクトリはこんな状態になります。 build.gradle は以下の内容で生成されます。 /* // Apply the java plugin to add support for Java apply plugin: 'java' // In this section you declare wh
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く