gpt4 book ai didi

android - Android 应用程序中的错误(main 无法解析或不是字段/wglGetExtensionsStringARB' 在 Android Emulator 中运行 map 应用程序时出错)

转载 作者:行者123 更新时间:2023-11-30 03:59:33 26 4
gpt4 key购买 nike

1.当我导入现有项目或创建新项目时显示错误: R 不能解析为变量, 导入 R 后似乎无法访问 xml 布局文件 尝试解决这个问题

        http://stackoverflow.com/questions/5143369/main-cannot-be-resolved-or-is-not-a-field

2.同时在另一台机器上 在运行我的应用程序时,正在创建“.apk 文件”,但无法在模拟器上反射(reflect)输出

      [2012-10-04 15:24:29 - HelloAndroid] Android Launch!
[2012-10-04 15:24:29 - HelloAndroid] adb is running normally.
[2012-10-04 15:24:29 - HelloAndroid] No Launcher activity found!
[2012-10-04 15:24:29 - HelloAndroid] The launch will only sync the application package on the device!
[2012-10-04 15:24:29 - HelloAndroid] Performing sync
[2012-10-04 15:24:29 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'android2.1'
[2012-10-04 15:24:29 - HelloAndroid] Launching a new emulator with Virtual Device 'android2.1'
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] Failed to create Context 0x3005
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] could not get wglGetExtensionsStringARB
[2012-10-04 15:24:37 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-10-04 15:24:37 - Emulator] emulator: warning: opening audio input failed
[2012-10-04 15:24:37 - Emulator]

主屏幕->

package com.example.new_xyz_fertilizer;

import android.app.Activity;
import android.os.Bundle;


public class Home extends Activity {

public void onCreate(Bundle HomeBundle){
super.onCreate(HomeBundle);
setContentView(R.layout.home);

}


}

在 xml 布局文件中 --> home.xml

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

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
android:background="@drawable/BG01"
>


<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:gravity="bottom"
>
<ImageView
android:id="@+id/home"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/home_s"/>
<ImageView
android:id="@+id/nc"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/nc_s"
/>
<ImageView
android:id="@+id/locncon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/locncon_s"
/>
<ImageView
android:id="@+id/ft"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ft_s"
/>

<ImageView
android:id="@+id/csf"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/csf_s"
/>
</LinearLayout>



</LinearLayout>


Thanks in advance

最佳答案

从其他项目导入 R.java 可能会产生问题。

试试这个:右键单击项目 -> Android 工具 -> 修复项目属性。

然后检查问题是否解决。

还有一件事,据我所知,GPS 主要在物理设备上工作,而不是在模拟器/模拟器上工作。

关于android - Android 应用程序中的错误(main 无法解析或不是字段/wglGetExtensionsStringARB' 在 Android Emulator 中运行 map 应用程序时出错),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12721704/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com