android 打包H5(亲测有效-AgentWeb)

android 打包H5(亲测有效-AgentWeb),第1张

android 打包H5

楼主是一名前端开发攻城狮,应公司要求在原有H5网站的基础上开发一版APP,又不想招人,只能让楼主攻克难关了,经过度娘一番搜索,找到一款适合使用的插件 AgentWeb,使用方法非常简单,下面就一步一步 *** 作:

第一步

使用android studio 创建一个android应用程序 :

IDE左上角 File-New-New Project:

第二步 引入

打开项目下app —>build.gradle ,添加

implementation ‘com.just.agentweb:agentweb:4.0.2’

implementation ‘com.just.agentweb:download:4.0.2’

implementation ‘com.just.agentweb:filechooser:4.0.2’

dependencies {

    implementation fileTree(dir: 'libs', include: ['*.jar'])

    implementation 'com.android.support:appcompat-v7:28.0.0'

    implementation 'com.android.support.constraint:constraint-layout:1.1.3'

    testImplementation 'junit:junit:4.12'

    androidTestImplementation 'com.android.support.test:runner:1.0.2'

    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

    implementation 'com.just.agentweb:agentweb:4.0.2'

    implementation 'com.just.agentweb:download:4.0.2'

    implementation 'com.just.agentweb:filechooser:4.0.2'

}

第三步

打开 app===>src===>main ===>java ===>MainActivity文件:

package com.easefiel.myapplication

import android.app.Activity

import android.os.Bundle

import android.view.Window

import android.widget.LinearLayout

import com.just.agentweb.AgentWeb

public class MainActivity extends Activity {

    private LinearLayout mldzChufanginfoWeblayout

    @Override

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState)

        requestWindowFeature(Window.FEATURE_NO_TITLE)

        setContentView(R.layout.activity_main)

        mldzChufanginfoWeblayout=(LinearLayout)findViewById(R.id.mldz_chufanginfo_weblayout)

        AgentWeb mAgentWeb = AgentWeb.with(this)//传入Activity

                .setAgentWebParent(mldzChufanginfoWeblayout, new LinearLayout.LayoutParams(-1, -1))//传入AgentWeb 的父控件 ,如果父控件为 RelativeLayout , 那么第二参数需要传入 RelativeLayout.LayoutParams

                .useDefaultIndicator()// 使用默认进度条

                .createAgentWeb()//

                .ready()

                .go("http://www.badu.com/")

    }

}

有爆红哦,不要着急,我们一步一步来 *** 作。

第四步

打开 app===>src===>main =>res=>layout文件:

创建xml文件 文件名自定义:

接下来添加内容:

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:app="http://schemas.android.com/apk/res-auto"

    xmlns:tools="http://schemas.android.com/tools"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    tools:context="com.easefiel.myapplication.MainActivity">

    <LinearLayout

        android:orientation="vertical"

        android:id="@+id/mldz_chufanginfo_weblayout"

        android:layout_width="match_parent"

        android:layout_height="match_parent"></LinearLayout>

</LinearLayout>

要特别注意一点 android:id 的值一定要和MainActivity 中的ID一致,不然会报错;

第五步

配置 AndroidManifest.xml 文件:

首先添加权限:

<uses-permission android:name="android.permission.INTERNET" />

    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

    <uses-permission android:name="android.permission.READ_PHONE_STATE" />

    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

    <uses-permission android:name="android.permission.CAMERA" />

    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />

可以根据自己的功能,添加对应的权限;

第六步

更改应用名称、LOGO、启动页

应用名称

还是在AndroidManifest.xml 文件下,找到:

    <application

        android:allowBackup="true"

        android:icon="@mipmap/ic_launcher"//应用图标

        android:label="@string/app_name" //应用名称

        android:roundIcon="@mipmap/ic_launcher_round"//启动页

        android:supportsRtl="true"

        android:theme="@style/AppTheme">

        <activity android:name=".MainActivity">

            <intent-filter>

                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />

            </intent-filter>

        </activity>

    </application>

1、Android 调用js

mAgentWeb.getJsAccessEntrace().quickCallJs(" ")

quickCallJs("方法名",参数...);

方法名不带 ()

例:

js方法   getJs()

mAgentWeb.getJsAccessEntrace().quickCallJs("getJs ")

js方法   getJs(var a,var b)

mAgentWeb.getJsAccessEntrace().quickCallJs("getJs ",a,b) 

2、js调用Android

mAgentWeb.getJsInterfaceHolder().addJavaObject("android",new Class())

js调用 window.android.方法名(参数)

Android中提供的方法 需要添加注解  @JavascriptInterface

取得进出口经营权的流程,请参考,具体事项要自己打电话到相关部门咨询

1)联系当地对外贸易经济合作局外贸处

先在网上申报企业资料

对外贸易经营者备案登记系统

http://iecms.ec.com.cn/iecms/index.jsp

再将相关材料报到外贸处:

组织机构代码正本复印件,交验原件

营业执照正本复印件,交验原件

对外贸易经营者备案登记表,网上申报的打印件

国税、地税正本登记证书复印件,交验原件

进出口企业通讯录

进出口企业情况表

企业在国内、国外注册商标证书复印件

企业的专利证书

企业申办ISO9000、ISO9001、ISO9002、ISO14000认证证书复印件

企业国外认证证书复印件

企业在国家、省市获得的各类有关证书复印件

注:没有办理的,企业可不报

有关分类企业需补报的资料:

外商投资企业:外商投资企业批准证书复印件

依法办理工商登记的合资、独资企业,须提交外方的、在国外通过合法公证机构出具的资金信用证明文件,还要提供外文公证的中文翻译件

依法办理工商登记的个体工商户或个人独资经营者,须提交合法公证机构出具的个人财产公证证明资料

领取对外贸易经营者备案登记表后,在30天内到相关部门办理手续,否则对外贸易经营者备案登记表过期作废

2)到海关办理注册手续:

海关总署

http://www.customs.gov.cn/

3)

a.到检验检疫局、外汇管理局办理登记手续

http://www.eciq.cn/

自理报检单位备案登记、

报检员注册申请(企业用户)

http://cs.itownet.cn/NetAgentWeb/index.jsp

输入报检单位基本信息

b.外汇管理局:

一楼大厅5号窗口领取两张表格

(营业执照副本

组织结构代码证正本

对外贸易经营者备案登记表

海关注册证明书)原件及复印件,加盖公章

介绍信

4)

到国税局办理相关手续,退税用


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11383047.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-15
下一篇 2023-05-15

发表评论

登录后才能评论

评论列表(0条)

保存