Android12 apk installation failed, installation package exception, installation package size shows 1k

After translation

 

Solution: The configuration using the intent-filter tag in the Android12 manifest file must be added

android:exported="true" as follows

 

Guess you like

Origin blog.csdn.net/mt11111111/article/details/128613100