2016-05-11 7 views
0

私の電話でUSBをdebbugingしたいときにエラーが発生しました。私のコードをAndroidのスタジオに表示できません。エラーは次のようになります。Androidのスタジオ2.0と私の電話はASUS Fone-Pad 8.0です。Androidスタジオでエラーが発生しました。java.io.FileNotFoundException

エラー:java.io.FileNotFoundException:C:cache.properties \ \ Users \ユーザーAndrezs \ AndroidStudioProjects \ HappySunday.gradle \ 2.10 \ taskArtifacts(システムは指定されたファイルを見つけることができません)

C:\Users\Andrezs\AndroidStudioProjects\HappySunday.gradle\2.10\taskArtifacts\cache.properties (The system cannot find the file specified)

+0

をインポートしますか? –

+0

このFNFの例外は、SDカードなどのファイルにアクセスしようとするのと同じようなものではないと思います。私は間違ったフォルダにあなたのプロパティファイルを移動したと思います。 – Opiatefuchs

答えて

2

あなたがすべきAndroid Studio 2.0の変更に関するドキュメントを読んでください。 Android Studioでいくつかの新しい機能を追加し、その機能がいくつかの別の機能に追加されたためです。 したがって、ドキュメントを読んで問題を解決してください。

私の意見では、このタイプのエラーは、Androidスタジオのインスタント実行機能で実行されたときに検出されました。だから、新しいビルドは毎回生成されず、あなたのアンドロイドデバイスには見つからないコンテンツが生成されます。

ソリューションthis linkに定義するか、次の命令である:上記の溶液よりも働いていない場合は

<div><p style="margin:0px 0px 12px;font-family:Roboto,sans-serif;font-size:14px;line-height:24px"><font color="#000000">By default, Android Studio automatically restarts the current activity after performing a hot swap, while the app keeps running. To disable this setting:</font></p><ol style="margin:0px 0px 15px 20px;padding:0px;font-family:Roboto,sans-serif;font-size:14px;line-height:24px"><li style="margin:0px 0px 12px"><font color="#000000">Open the&nbsp;<strong>Settings</strong>&nbsp;or&nbsp;<strong>Preferences</strong>&nbsp;dialog.</font></li><li style="margin:0px 0px 12px"><font color="#000000">Navigate to&nbsp;<strong>Build, Execution, Deployment</strong>&nbsp;&gt;&nbsp;<strong>Instant Run.</strong></font></li><li style="margin:0px 0px 12px"><font color="#000000">Uncheck the box next to&nbsp;<strong>Restart activity on code changes</strong>.</font></li></ol><p style="margin:0px 0px 12px;font-family:Roboto,sans-serif;font-size:14px;line-height:24px"><font color="#000000">If automatic activity restart is disabled, you can manually restart the current activity from the menu bar by selecting&nbsp;<strong>Run</strong>&nbsp;&gt;&nbsp;<strong>Restart Activity</strong>.</font></p><h4 style="font-size:18px;line-height:24px;margin:12px 0px;font-family:Roboto,sans-serif"><a name="TOC-Using-Rerun"></a><font color="#000000">Using Rerun</font></h4><p style="margin:0px 0px 12px;font-family:Roboto,sans-serif;font-size:14px;line-height:24px"><font color="#000000">When pushing certain code changes, such as changes to an app's&nbsp;<code style="font-size:13px;font-stretch:normal;line-height:18px;font-family:Consolas,Liberation Mono,Menlo,Courier,monospace;padding:3px 5px;background-color:rgb(247,247,247)"><a href="http://adarshf-linux.kir.corp.google.com:9000/reference/android/app/Application.html#onCreate()" style="text-decoration:none">onCreate()</a></code>&nbsp;method, you will need to restart your running app for the changes to take effect. You can click&nbsp;<strong>Rerun&nbsp;</strong></font><img border="0" src="http://tools.android.com/_/rsrc/1458888270801/tech-docs/instant-run/as-restart.png"><strong style="color:rgb(0,0,0);background-color:transparent">&nbsp;</strong><span style="color:rgb(0,0,0);background-color:transparent">to stop the app, perform an&nbsp;</span><em style="color:rgb(0,0,0);background-color:transparent">incremental build</em><span style="color:rgb(0,0,0);background-color:transparent">, and restart the app.</span></p><p style="margin:0px 0px 12px;font-family:Roboto,sans-serif;font-size:14px;line-height:24px"><font color="#000000">If you need to deploy a&nbsp;<em>clean build</em>, select&nbsp;<strong>Run</strong>&nbsp;&gt;&nbsp;<strong>Clean and Rerun 'app'</strong>&nbsp;</font><img border="0" src="http://tools.android.com/_/rsrc/1458888258422/tech-docs/instant-run/as-cleanrerun.png"><font color="#000000">&nbsp;from the main menu, or hold down the&nbsp;<strong>Shift</strong>&nbsp;key while clicking&nbsp;<strong>Rerun</strong>&nbsp;</font><img border="0" src="http://tools.android.com/_/rsrc/1458888270801/tech-docs/instant-run/as-restart.png"><font color="#000000">. This action stops the running app, performs a full clean build, and deploys the new APK to your target device.</font></p></div>

>ビルドフォルダプロジェクト>アプリフォルダに移動し、再度実行した後よりもビルドフォルダを削除してください。

1

Android Studioを終了し、ビルドフォルダを削除して、プロジェクトをもう一度開きます。問題を修正する必要があります。

0

は、ファイルの平均が見つかりません知っていたプロジェクトに移動し、.ideaを削除し、プロジェクトから.gradle &ビルドフォルダと、プロジェクト

関連する問題