Search Issue Tracker
Fixed in 5.3.8
Votes
0
Found in
5.3.4p3
Issue ID
789950
Regression
No
[Android] [Plugins] Plugins do not persist after exporting as google android project
To reproduce:
1) Open attached project
2) Export as Google Android Project
3) Import it in IDE of your choice (tested with Android Studio)
4) Run it on a device
5) Notice in the logcat the error that a class could not be found (in this case, as IAP was used, the error is:
AndroidJavaException: java.lang.ClassNotFoundException: com.unity.purchasing.googleplay.GooglePlayPurchasing
java.lang.ClassNotFoundException: com.unity.purchasing.googleplay.GooglePlayPurchasing
DUT: Samsung Galaxy S7 (Android 6.0.1)
The error doesn't appear if apk is built with Unity
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Field is still marked as changed when changed back to its default state in UI Builder
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
bazhi
Apr 29, 2016 03:41
if built with Unity, the IAP can't work well.