Recently we tried to create a Jar file from IntelliJ IDEA 2017.3 using Maven. After building the artifact, we got the error no main manifest attribute, in $FILE.jar while executing the jar file created by IntelliJ. After extracting the jar we observed that there was a manifest file but not…
Recently, we tried to user monkeyrunner on an Ubuntu 18.04 LTS. We installed Android Studio through snap and we setup the Android SDK in ~/Andoid. monkeyrunner was installed in ~/Android/Sdk/tools/bin. To our immeasurable disappointment we found out that when we tried to execute monkeyrunner, it would give the following error:…