You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Robotium Recorder through this guide
Encountered Recording failed. Please see output: <path>\Robotium_log.txt after selecting APK and run New Robotium Test.
All prerequisites already fulfilled: Physical device with external storage, Android API level available in SDK Manager.
Incremental java compilation is an incubating feature. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'executorproject'. > Could not resolve all dependencies for configuration ':_debugAndroidTestCompile'. > Could not find :ExecutorLibrary:. Searched in the following locations: https://repo1.maven.org/maven2//ExecutorLibrary//ExecutorLibrary-.pom https://repo1.maven.org/maven2//ExecutorLibrary//ExecutorLibrary-.aar file:/C:/Users/wendy/StudioProjects/ExampleTestProject_AndroidStudio/executorproject/libs/ExecutorLibrary-.aar file:/C:/Users/wendy/StudioProjects/ExampleTestProject_AndroidStudio/executorproject/libs/ExecutorLibrary.aar file:/C:/Users/wendy/AppData/Local/Android/sdk/extras/android/m2repository//ExecutorLibrary//ExecutorLibrary-.pom file:/C:/Users/wendy/AppData/Local/Android/sdk/extras/android/m2repository//ExecutorLibrary//ExecutorLibrary-.aar Required by: :executorproject:unspecified * 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: 4.26 secs
Any help will be appreciated.
The text was updated successfully, but these errors were encountered:
I had the same issue with Android Studio 2.3.3+Robotium Recorder.....
But, I used Android Studio 2.2.2+Robotium Recorder that is OK~~
For your reference~~
Run Robotium Recorder through this guide
Encountered
Recording failed. Please see output: <path>\Robotium_log.txt
after selecting APK and runNew Robotium Test
.All prerequisites already fulfilled: Physical device with external storage, Android API level available in SDK Manager.
Robotium_log.txt
Input:
C:\Users\wendy\StudioProjects\ExampleTestProject_AndroidStudio\gradlew.bat -Dorg.gradle.daemon=true assembleDebugAndroidTest -u -b C:\Users\wendy\StudioProjects\ExampleTestProject_AndroidStudio\executorproject\build.gradle
Output:
Incremental java compilation is an incubating feature. FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'executorproject'. > Could not resolve all dependencies for configuration ':_debugAndroidTestCompile'. > Could not find :ExecutorLibrary:. Searched in the following locations: https://repo1.maven.org/maven2//ExecutorLibrary//ExecutorLibrary-.pom https://repo1.maven.org/maven2//ExecutorLibrary//ExecutorLibrary-.aar file:/C:/Users/wendy/StudioProjects/ExampleTestProject_AndroidStudio/executorproject/libs/ExecutorLibrary-.aar file:/C:/Users/wendy/StudioProjects/ExampleTestProject_AndroidStudio/executorproject/libs/ExecutorLibrary.aar file:/C:/Users/wendy/AppData/Local/Android/sdk/extras/android/m2repository//ExecutorLibrary//ExecutorLibrary-.pom file:/C:/Users/wendy/AppData/Local/Android/sdk/extras/android/m2repository//ExecutorLibrary//ExecutorLibrary-.aar Required by: :executorproject:unspecified * 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: 4.26 secs
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: