問題タブ [android-studio-import]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Gradle 同期に失敗しました無効なプロジェクト Jdk
この問題にうんざりして、Androidスタジオは多くの点でEclipseよりも優れていると聞きましたが、このエラーのために単一のプロジェクトを開始することさえできませんでした.古いEclipseプロジェクトですが、そうではありません。
1)すべてのjdkとjreをアンインストールして、最新のJDK 1.8.0_65をインストールし、すべてのパスとJAVA_HOMEを設定してみました
2)アンドロイドスタジオを再インストール
3)SDKマネージャーを使用してすべてのSDKを更新しました
それでも新しいプロジェクトを開始しようとすると、エラーが発生します
JDK の場所は、デフォルトで C:\Program Files\Java\jdk1.7.0_10 と表示されています。C:\Program Files\Java\jdk1.8.0_65 に変更していますが、適用されていないようです。ところで、私は 64 ビットの Windows 7 を使用しており、64 ビットの Java をインストールしています。誰かがこの混乱から私を導いてくれることを願っています。
以下は、android studio 内に表示されている JDK の場所のスクリーンショットです。
android - Android Studio AAPT err: libpng error: Not a PNG file
I have search all the possible available solution but still i am facing same issue with unclear error for me.
Now the complete error is-
AAPT err(Facade for 370671127): libpng error: Not a PNG file Error:Execution failed for task ':app:mergeDebugResources'.
Some file crunching failed, see logs for details
Now from this line libpng error: Not a PNG file actual i am not getting where is the problem exist either in my any image files or anything else except this.
1- Before posting this issues i have changed my all the images existing in the diff-2 folders in required PNG formates as I see as solution in other post.
Note- Its working fine on eclipse now I am importing this in Android Studio.
Since during project build only single(above) error is shown so I guess there is not should be any other issue. I have spend more time to resolve this issues so all the suggestions are welcomes for me.
android-studio - Codename One のビルド サーバーからネイティブ Android ソースをビルドする方法
Codename One の Android ビルドを送信するときに、新しいgradle ビルド スイッチを使用しています。gradle でビルドすることの強調された利点の 1 つは、Android Studio で開く/実行する機能であり、実際にプロジェクトが開きますが、次のエラーが発生します。
エラー: クラス 'org.codehaus.groovy.runtime.StringGroovyMethods' を読み込めません。この予期しないエラーの考えられる原因は次のとおりです。
Gradle プロセスが破損している場合は、IDE を閉じてからすべての Java プロセスを強制終了することもできます。
- Gradle の依存関係キャッシュが破損している可能性があります (ネットワーク接続のタイムアウト後に発生することがあります)。依存関係を再ダウンロードしてプロジェクトを同期します (ネットワークが必要です)。
- Gradle ビルド プロセス (デーモン) の状態が破損している可能性があります。すべての Gradle デーモンを停止すると、この問題が解決する場合があります。Gradle ビルド プロセスを停止します (再起動が必要です)
- プロジェクトで、プロジェクト内の他のプラグインまたはプロジェクトが要求する Gradle のバージョンと互換性のないサードパーティのプラグインを使用している可能性があります。
プロセスと IDE を再起動し、多くのことを実行しましたが、実際には成功しませんでした。