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
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- "Editor unavailable" message is displayed when navigating to "Get set up" tab in Unity Hub
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
bazhi
Apr 29, 2016 03:41
if built with Unity, the IAP can't work well.