React NativeとAndroid Studioをインストールしました。私のUbuntuの14.04 LTSと私は反応ネイティブでビルドツールリビジョン24.0.1を見つけることができません
react-native run-android
を実行しようとしています。しかし、私はこの
Starting JS server...
Running /home/marta/Android/Sdk/platform-tools/adb reverse tcp:8081 tcp:8081
error: no devices/emulators found
Could not run adb reverse: Command failed:/home/marta/Android/Sdk/platform-tools/adb reverse tcp:8081 tcp:8081
Building and installing the app on the device (cd android && ./gradlew installDebug...
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find Build Tools revision 24.0.1
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 6.992 secs
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
のようなエラーが私も
android list sdk -a
をチェックし、私は
Installing Archives:
Preparing to install archives
Downloading Android SDK Platform-tools, revision 24.0.1
Installing Android SDK Platform-tools, revision 24.0.1
Stopping ADB server succeeded.
Installed Android SDK Platform-tools, revision 24.0.199%)
Stopping ADB server succeeded.
Starting ADB server succeeded.
Done. 1 package installed.
がインストールされています
これは私のbuild.gradleファイルの外観です
http://i.imgur.com/xWGnMTY.png
ようにあなたは何が間違っている任意のアイデアを持っていますか?
申し訳ありませんが写真を投稿していませんが、明らかに私は10の評判が必要です。
'エラー:デバイス/エミュレータが見つかりませんでした' ... 'adb devices'を実行してください。接続はありますか? –
その下に... 'あなたがAndroidエミュレータを実行しているか、デバイスが接続されていて、Android開発環境が設定されていることを確認してください:' –
...あなたのbuild.gradleによれば、あなたは '23.0.1'したがって、エラーは実際には意味をなさない。 –