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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
bazhi
Apr 29, 2016 03:41
if built with Unity, the IAP can't work well.