What platform are you building for?
Android
What framework are you building with?
Cordova
What is your build ID?
787295b7-2fff-42e0-8c30-467f8ba9c95b
What is your error message?
Error while executing: am start -n “com.voltbuilder.Hose2/com.voltbuilder.Hose2.MainActivity” -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.voltbuilder.Hose2/.MainActivity }
Error type 3
Error: Activity class {com.voltbuilder.Hose2/com.voltbuilder.Hose2.MainActivity} does not exist.
Can you describe the steps you are using to test the APK?
I generated the apk file from the voltbuilder platform, imported the file to Android studio on Ubuntu to be debugged and tested, but it gives the mentioned error while building and running. Should I change the config.xml while uploading to the voltbuilder to avoid this error. My original problem is the application cannot download a file on the device because of the user permission, although it is working fine on the web browser.
I’m not familiar with this particular error, but I do think it’s interesting the error references com.voltbuilder.Hose2 - is the the ID you chose in your config.xml?
When you say downloading a file - I assume you are trying to store a file on the device? Have you looked at cordova-plugin-file - npm?