- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
安卓终端我的新帮助热线应用程序的主页出现错误,我尝试检查所有内容但仍未运行,请相应地检查和评论请查看
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.googlemaps, PID: 18785
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.googlemaps/com.example.googlemaps.HomeActivity}: android.view.InflateException: Binary XML file line #38: Binary XML file line #38: Error inflating class fragment
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3121)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3264)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7078)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:974)
Caused by: android.view.InflateException: Binary XML file line #38: Binary XML file line #38: Error inflating class fragment
Caused by: android.view.InflateException: Binary XML file line #38: Error inflating class fragment
Caused by: java.lang.NullPointerException
at java.lang.VMClassLoader.findLoadedClass(Native Method)
at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:738)
at java.lang.ClassLoader.loadClass(ClassLoader.java:363)
at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
at android.app.Fragment.instantiate(Fragment.java:524)
at android.app.FragmentContainer.instantiate(FragmentContainer.java:53)
at android.app.FragmentManagerImpl.onCreateView(FragmentManager.java:3551)
at android.app.FragmentController.onCreateView(FragmentController.java:103)
at android.app.Activity.onCreateView(Activity.java:6445)
at androidx.fragment.app.FragmentActivity.onCreateView(FragmentActivity.java:338)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:819)
at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:769)
at android.view.LayoutInflater.rInflate(LayoutInflater.java:902)
at android.view.LayoutInflater.rInflateChildren(LayoutInflater.java:863)
at android.view.LayoutInflater.inflate(LayoutInflater.java:554)
at android.view.LayoutInflater.inflate(LayoutInflater.java:461)
at android.view.LayoutInflater.inflate(LayoutInflater.java:383)
at androidx.appcompat.app.AppCompatDelegateImpl.setContentView(AppCompatDelegateImpl.java:555)
at androidx.appcompat.app.AppCompatActivity.setContentView(AppCompatActivity.java:161)
at com.example.googlemaps.HomeActivity.onCreate(HomeActivity.java:24)
at android.app.Activity.performCreate(Activity.java:7327)
at android.app.Activity.performCreate(Activity.java:7318)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1275)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3101)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3264)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1955)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7078)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:974)
xml 文件
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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="HomeActivity">
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="125dp"
android:layout_marginTop="5dp"
android:text="Welcome! You are logged in"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="HardcodedText"
android:layout_marginStart="125dp" />
<TextView
android:id="@+id/texttitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="125dp"
android:layout_marginTop="25dp"
android:text="24x7 SECURITY HELPLINE"
android:textSize="25sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="HardcodedText"
android:layout_marginStart="50dp" />
<fragment
android:id="@+id/home"
android:layout_height="match_parent"
android:layout_width="140dp"
android:layout_marginTop="80dp"
tools:context=".HomeActivity"
android:background="#FA8072" />
<ImageButton
android:id="@+id/imageButton"
android:layout_width="140dp"
android:layout_height="130dp"
android:layout_marginTop="80dp"
tools:src="@tools:sample/avatars"
tools:ignore="HardcodedText"
android:contentDescription="Profile Pic"/>
<Button
android:id="@+id/profile"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="210dp"
android:text="Your Profile"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/complain"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="250dp"
android:text="Complain"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/tips"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="290dp"
android:text="Safety Tips"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/alerts"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="330dp"
android:text="Alerts"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/emergency"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="370dp"
android:text="emergency"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/nearby"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="410dp"
android:text="NearBy"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/volunteer"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginTop="450dp"
android:text="Volunteer"
tools:ignore="HardcodedText"/>
<Button
android:id="@+id/logout"
android:layout_width="140dp"
android:layout_height="wrap_content"
android:layout_marginLeft="1dp"
android:layout_marginTop="490dp"
android:text="Logout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/textView2"
tools:ignore="HardcodedText"
android:layout_marginStart="1dp" />
<Button
android:id="@+id/btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="170dp"
android:layout_marginLeft="170dp"
android:layout_marginTop="400dp"
android:shadowRadius="3"
android:textColor="#0000FF"
android:text="Location sharing"
tools:ignore="HardcodedText" />
<Button
android:id="@+id/custom_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="150dp"
android:layout_marginLeft="150dp"
android:background="@drawable/custom_button"
android:layout_marginStart="150dp" />
<Switch
android:id="@+id/switch_enable_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="true"
android:layout_marginLeft="200dp"
android:layout_marginTop="350dp"
android:text="Panic Alert"
android:layout_marginStart="200dp"
tools:ignore="HardcodedText"/>
<TextView
android:id="@+id/textView3"
android:layout_width="80dp"
android:layout_height="wrap_content"
android:layout_marginTop="225dp"
android:layout_marginLeft="210dp"
android:text="Panic Mode"
android:textColor="@color/colorPrimaryDark"
android:textSize="20sp"
tools:ignore="HardcodedText"
android:layout_marginStart="200dp" />
<Button
android:id="@+id/report"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_marginTop="480dp"
android:layout_marginLeft="170dp"
android:text="Report"
android:textColor="#FF0000"
tools:ignore="HardcodedText"
android:layout_marginStart="180dp" />
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="130dp"
android:layout_marginLeft="150dp"
tools:ignore="HardcodedText"
android:text="Create your panic alert button "
android:layout_marginStart="150dp" />
<Button
android:id="@+id/button5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="650dp"
android:layout_marginLeft="150dp"
tools:ignore="HardcodedText"
android:text="Feedback"
android:textColor="#FFA500"
android:layout_marginStart="150dp" />
<Button
android:id="@+id/button6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="650dp"
android:layout_marginLeft="280dp"
tools:ignore="HardcodedText"
android:text="Write to us"
android:textColor="#FFA500"
android:layout_marginStart="280dp" />
</FrameLayout>
java文件
package com.example.googlemaps;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.Switch;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import com.google.firebase.auth.FirebaseAuth;
public class HomeActivity extends AppCompatActivity {
Button btnLogout;
Button customButton;
Switch switchEnableButton;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_home);
Button btn = findViewById(R.id.btn);
btn.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
launchactivity();
}
});
btnLogout = findViewById(R.id.logout);
customButton = findViewById(R.id.custom_button);
switchEnableButton = findViewById(R.id.switch_enable_button);
customButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Toast.makeText(HomeActivity.this, "Click", Toast.LENGTH_SHORT).show();
}
});
switchEnableButton.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
if (isChecked) {
customButton.setEnabled(true);
} else {
customButton.setEnabled(false);
}
}
});
btnLogout.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
FirebaseAuth.getInstance().signOut();
Intent intToMain = new Intent(HomeActivity.this, LoginActivity.class);
startActivity(intToMain);
}
});
}
public void launchactivity(){
Intent intent = new Intent( HomeActivity.this, MapsActivity.class );
startActivity( intent );
}
}
我的新帮助热线应用程序的主页出现错误,我尝试检查所有内容但仍未运行,请相应地检查和评论请查看
最佳答案
您在 xml 中定义 fragment 的代码不正确。请阅读:https://developer.android.com/training/basics/fragments/creating 。希望这有帮助。
关于java - android.view.InflateException : Binary XML file line #38: Binary XML file line #38: Error inflating class fragment,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61106848/
当前问题陈述的输入是 - 输入.txt #START_OF_TEST_CASES #DATA key1:VA1 key2:VA2 key3:VA3 key4:VA4 key5:VA5 #DEND #E
编辑:添加了 PDO 调用。 这是实际的错误: Notice: Object of class PDOStatement could not be converted to int in Unknow
“git diff --stat”和“git log --stat”显示如下输出: $ git diff -C --stat HEAD c9af3e6136e8aec1f79368c2a6164e56
我有一个具有以下格式的输入文件:安大略省:布兰普顿:北纬 43° 41':西经 79° 45'安大略省:多伦多:北纬 43° 39':西经 79° 23'魁北克省:蒙特利尔:北纬 45° 30':西经
空白行仅包含\n或\r\n或\r。 tempfile = open(file,"r") for id,line in enumerate(tempfile): if(line != "\n"
我尝试使用 BABYLON.js 开发棋盘游戏我有一个板子和一个 ArcRotateCamera。 我的灯是 HemisphericLight 当我在板上画线时,我希望这些线具有相同的外观。现在,当我
我尝试使用 BABYLON.js 开发棋盘游戏我有一个板子和一个 ArcRotateCamera。 我的灯是 HemisphericLight 当我在板上画线时,我希望这些线具有相同的外观。现在,当我
有一个while read循环: while read line; do grep "^$line" file1 done < target 我应该使用 "^$line" 来获得正确答案。我想
我有一个我无法解决的 numpy 问题。我有填充 0 和 1 的 3D 数组 (x,y,z)。例如,z 轴上的一个切片: array([[1, 0, 1, 0, 1, 1, 0, 0],
作为临时方法,我使用 .txt 文件来存储程序的某些变量。写入与 fs.appendFile 完美配合,但考虑到它的大小,使用 fs.readFile 读取不合适 - 我想得到某一行 来自文件,以及
我试图找到一种通过R studio进行调试的方法,但是我发现的所有解决方案都无法真正起作用。 1.)CTRL + enter:有效,但不会通过循环的每次迭代,而只能执行一次。 2.)添加“browse
在我的应用程序中,我的 EditText 左侧有行号 - 到目前为止一切都很好,行号与 EditText 的行完全对齐。 问题是,如果用户更改 EditText 的文本大小,则行号无法正确对齐。所以我
通过使用 + 的参数调用它,我可以使 vim 将光标定位在文件的最后一行。 : vi + myfile # "+" = go to last line of file 我怎样才能做到
我已经在文件中写入了这样的数据(某种) {:a 25 :b 28} {:a 2 :b 50} ... 我想要这些 map 的惰性序列。 大约有 4000 万行。我也可以写 10000 的 block
我在文本区域中发现了一个奇怪的错误(?)... 比如说,有一个 使用多行文本(用户粘贴的文本或预设文本无关紧要,两者都经过测试)。 我想从 中获取文本并替换 \n与其他东西......结果是,.re
我需要一个新行,这样我就可以在 PFD 中看到一个格式,我尝试添加一个页面宽度但它没有用,我用另一个东西/n 也没有用。这是我的代码。我可以手动添加格式,因为我需要显示从数据库中获取的信息,并且我在一
我正在尝试编写一个 Java 程序,它将大量 GPS 坐标捕捉到线形文件(道路网络),并且不仅返回新坐标,还返回捕捉到的线段的唯一标识符。该标识符是否是 FID、其他语言中使用的“索引”(即,其中 1
你好,我正在努力处理 JavaScript/NodeJS 中的数组。 基本上,这是我的代码: let arr = new Array(); arr = { "Username" : var1,
我正在学习 matplotlib 的基本教程,我正在处理的示例代码是: import numpy as np import matplotlib.pylab as plt x=[1,2,3,4] y=
所以,假设我有一个包含 20 行的文本文件,每行都有不同的文本。我希望能够有一个包含第一行的字符串,但是当我执行 NextLine(); 时我希望它成为下一行。我试过了,但它似乎不起作用: strin
我是一名优秀的程序员,十分优秀!