We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I compiled 1.7.1 on archlinux arm with the following command:
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr make -j8
It ran successfully and I was able to open a apk file. But I didn't get output apk file when packing. I didn't see any error on console or dialog
apk-editor-studio APK Editor Studio v1.7.1 Platform: Linux Qt 5.15.9 Starting APK Editor Studio... Initializing menus... Initializing widgets... Unpacking from: /home/user/Downloads/apk/app.podcast.cosmos_v836.apk to: /tmp/apk-editor-studio/apk/{4e5c394f-0671-4330-9d95-8783ecd4f16b} Unpacking from: /home/user/Downloads/apk/app.podcast.cosmos_v836.apk to: /tmp/apk-editor-studio/apk/{bc71b2b9-bfb3-4089-847c-a2ebb2e01cd2} Removing "/tmp/apk-editor-studio/apk/{4e5c394f-0671-4330-9d95-8783ecd4f16b}"... Packing from: /tmp/apk-editor-studio/apk/{bc71b2b9-bfb3-4089-847c-a2ebb2e01cd2} to: /home/user/Downloads/apk/app.podcast.cosmos_v836_autorotate.apk Packing from: /tmp/apk-editor-studio/apk/{bc71b2b9-bfb3-4089-847c-a2ebb2e01cd2} to: /home/user/app.podcast.cosmos_v836.apk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I compiled 1.7.1 on archlinux arm with the following command:
It ran successfully and I was able to open a apk file. But I didn't get output apk file when packing.
I didn't see any error on console or dialog
The text was updated successfully, but these errors were encountered: