Skip to content
New issue

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

APK file not supported #345

Closed
gametrainee opened this issue Nov 18, 2022 · 1 comment · Fixed by #624
Closed

APK file not supported #345

gametrainee opened this issue Nov 18, 2022 · 1 comment · Fixed by #624

Comments

@gametrainee
Copy link

add .apk file formate in list

@gabrielmoura
Copy link

This information may be useful

	{
		// Magic META-INF/com/android
		Magic:       []byte{0x4d, 0x45, 0x54, 0x41, 0x2d, 0x49, 0x4e, 0x46, 0x2f, 0x63, 0x6f, 0x6d, 0x2f, 0x61, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64},
		Offset:      30,
		Extension:   "apk",
		MIME:        "application/vnd.android.package-archive",
		Description: "Android Package",
	},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants