android解析粒子plist文件报错,无法加载场景

creator版本 1.9.1

/raw-assets/Par/jinbi/jinbi.plist<?xml version="1.0" encoding="utf-8"?>


angle
3.6
angleVariance
360
blendFuncDestination
771
blendFuncSource
770
duration
0.3
emitterType
0
emissionRate
Infinity
finishColorAlpha
1
finishColorBlue
0.9921569
finishColorGreen
0.9921569
finishColorRed
0.9921569
finishColorVarianceAlpha
1
finishColorVarianceBlue
0
finishColorVarianceGreen
0
finishColorVarianceRed
0
rotationStart
0

05-16 14:35:05.040 10708-10726/com.game.fish E/jswrapper: ERROR: Uncaught SyntaxError: Unexpected token I in JSON at position 128, location: undefined:0:0
STACK:
[0]plist@src/jsb_polyfill.js:10892
[1]95.f.handle@src/jsb_polyfill.js:10913
[2]n@src/jsb_polyfill.js:11314
[3]n@src/jsb_polyfill.js:11332
[4]anonymous@src/jsb_polyfill.js:11322
[5]anonymous@src/jsb_polyfill.js:10505
[6]queryAssetInfo@src/jsb_polyfill.js:13770
[7]89.s.handle@src/jsb_polyfill.js:10481
[8]n@src/jsb_polyfill.js:11314
[9]99.c.flowIn@src/jsb_polyfill.js:11381
[10]96.v.append@src/jsb_polyfill.js:11101
[11]88.T.flowInDeps@src/jsb_polyfill.js:10256
[12]anonymous@src/jsb_polyfill.js:11541
[13]s@src/jsb_polyfill.js:11565
[14]95.f.handle@src/jsb_polyfill.js:10913
[15]n@src/jsb_polyfill.js:11314
[16]n@src/jsb_polyfill.js:11332
[17]anonymous@src/jsb_polyfill.js:11322
[18]anonymous@src/jsb_polyfill.js:10508
[19]queryAssetInfo@src/jsb_polyfill.js:13770
05-16 14:35:05.041 10708-10726/com.game.fish E/jswrapper: [ERROR] (/Volumes/Raindrops/cocos_build/jsb-default/frameworks/cocos2d-x/cocos/scripting/js-bindings/proj.android/…/jswrapper/v8/Object.cpp, 519):

确实存在这样的问题,我之前在IOS9.x遇到这个问题,cocos 是1.82版本,后来手机系统升级,这问题就不见了

你在你出问题的机子上测试,就算用内置粒子(带plist文件的),也会报这样的错

我这边是IOS和微信小游戏,网页端 都没问题 Android 有问题 最后通过复制了没有问题的 粒子文件的plist文件, 然后在creator里面 customer了粒子 。 然后Android上面就可以了。。。 可能因为是粒子编辑器导出问题吧。