1,需要用到的编程工具 Android studio
2,需要下载第三方辅助文件zxing(链接: https://pan.baidu.com/s/1dF8Omgp 密码: 9a54)
首先我们先布局好我们的layout
<?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.example.shinelon.erweima.MainActivity"
android:orientation="vertical"
android:weightSum="1">
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/saomiao"
android:onClick=