mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #108] ERROR: dump failed because no AndroidManifest.xml #78
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iamsethi on GitHub (Aug 14, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/108
Hi All,
Getting below error while running docker android on my Ubuntu Machine to test Android App
Operating System:
Ubuntu 18.04
Docker Image:
butomo1989/butomo1989/docker-android-x86-7.1.1
Docker Version:
Docker version 18.06.0-ce, build 0ffa825
Docker-compose version (Only if you use it):
docker-compose version 1.22.0, build f46880fe
Docker Command to start docker-android:
sudo docker-compose up -d
Expected Behavior
Should be able to test apk
Actual Behavior
[RemoteTestNG] detected TestNG version 6.14.3
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: packageAndLaunchActivityFromManifest failed. Original error: Command '/root/build-tools/28.0.0/aapt dump badging /root/tmp/ApiDemos-debug.apk' exited with code 1; StdErr: ERROR: dump failed because no AndroidManifest.xml found
(WARNING: The server did not provide any stacktrace information)
JAVA code :
`
}
DOCKER COMPOSE :
docker-compose.yml
@iamsethi commented on GitHub (Aug 15, 2018):
Updated my code below
Now it's running fine.
Closing it out