Cocos Creator v2.0 and ADS Support

Updated the SDKBOX GUI on the last Cocos Creator version, and imported the necessary modules (android project).
Googleplayservice install perfectly, when start SDKBOX ADS integration gives this error:
“jsb-default\frameworks\cocos2d-x\cocos\platform\android\libcocos2dx\src\org\cocos2dx\lib\Cocos2dxActivity.java”.
Looking the directory, really now isn’t present the “src” folder.
There is a way to implement the Admob ADS?

I have the same issue.

Same problem as me.

However, I tried copying the Cocos2dxActivity.java manually from the cocos2d-x library in:
CocosCreator2\resources\cocos2d-x\cocos\platform\android\java\src\org\cocos2dx\lib
and paste them in the appropriate folder that SDKBox GUI points out, and it seems to work.

Not sure if this is a good idea though.

When I did the above steps, I encountered another problem during compilation:

the installation of Admob is successful because it finds the path, but obviously the new Coco’s Creator V2.0, no longer having the old structure, does not fill in the parts necessary to implement the admob module. I assume it is necessary to wait for an updated version of SDKBOX to solve the problem.