[]LayaAir写了一个页面,怎么在Android studio 中引入

已邀请:

Aar0n

赞同来自:

建议看一下官网技术文档的,layanative原生服务->layanative进阶->二次开发的文档

zmc1220

赞同来自:

我在官网上下载了layaNative导入android Studio ,现在想把用layaAir做的一个页面引入,能打包之后放到android studio里面访问index.html不?
 
 

mPlugin.game_plugin_set_option("gameUrl", "http://192.168.x.x:8900/bin/index.html"); 
 
这种方式能够访问到index.html,有没有直接把layaAir打包直接放在android Studio 里面,然后直接从android studio项目里直接访问index.html

 

Laya_XS

赞同来自:

加速器里不支持标签的调用,你只能用我们提供的引擎类来实现你的功能。

zmc1220

赞同来自:

我用layaAir发布之后有什么方法在android Studio 中访问到index.html
 
我想通过layaAir中访问到index.html之后,执行js里面的方法返回到android studio Test类
 
// a、创建Test类
var Test=Laya.PlatformClass.createClass("com.layabox.test.Test"); // 这个名字要与下面声明的Java的类名匹配.
var a=false;
// 注册手指按下事件
document.addEventListener("touchstart",function(e){
a=!a;// 实现奇数次打开 偶数次关闭
// b、调用静态函数openlight 参数为a
Test.call("openlight",a);
});

要回复问题请先

商务合作
商务合作