Tag: Eclipse的

Eclipse的C ++中的“string无法parsing”错误(Eclipse无法parsing标准库)

我在eclipse中有以下的代码c ++,它是下划线和cout并说不能解决。 #include <string> #include <iostream> using namespace std; int main() { string s; s = "hello world"; cout << s; return 0; } 任何人知道为什么 编辑:截图 编辑:我已经find了一个解决scheme,谢谢大家(见答案)。

致命的信号11(SIGSEGV)在0x00000000(代码= 1) – PhoneGap

我现在用PhoneGap开发Android应用程序。 最近,当我尝试在HTML页面之间切换时,应用程序closures,并在LogCat中出现以下错误: 12-24 15:43:39.237: A/libc(23631): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 23631 (.example.app) 我在Google上search了一下这个错误,我知道它和设备的内存有关。 我find了一些解决scheme,但没有那么多,我意识到如何在PhoneGap中实现它们。 有没有人在这里遇到过这个错误? 我能做些什么来解决这个问题? 谢谢 :)

如何在Android Studio中打开现有的Eclipse项目?

使用Eclipse中的所有现有项目切换到Android Studio。 那么做什么程序。

supportMapFragment的findFragmentById在Android Studio中返回null

最近我将一个项目从Eclipse移植到了Android Studio。 一切都设置和工作正常,除了我的一个使用SupportMapFragment片段。 下面的findFragmentById(在Eclipse中构build时工作)现在返回null 🙁 public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); SupportMapFragment m = ((SupportMapFragment) getActivity().getSupportFragmentManager().findFragmentById(R.id.safety_map)); 片段的XML … <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:map="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <fragment android:id="@+id/safety_map" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="40dp" map:cameraTargetLat="@string/livesafe_latitude" map:cameraTargetLng="@string/livesafe_longitude" map:uiZoomControls="false" class="com.google.android.gms.maps.SupportMapFragment"/> 这是我的build.gradle中的依赖关系: dependencies { //google analytics compile 'com.google.apis:google-api-services-analytics:v3-rev103-1.19.0' //support library for api 10 compile 'com.android.support:support-v4:21.0.0' //google play services compile 'com.google.android.gms:play-services:6.1.11' compile project(':facebook') […]

Eclipse中的Javadoc无法识别包

感谢这个线程 ,我能够获得Javadoc链接,以在Windows上的Eclipse中为我的Android项目工作。 具体来说,“{@link android.widget.Toast}”目前转换为“ http://d.android.com/reference/android/widget/Toast.html?is-external=true ”的链接。 我用Javadoc选项实现了这一点: -linkoffline http://d.android.com/reference“file:/ C:/ Android / android-sdk-windows / docs / reference” 但是,根据我的Java代码(不是J​​avadoc注释),我得到以下错误: C:\ Users \用户埃伦\工作空间\ TestableToast \ SRC \ EDU \钢厂\ cs180 \ HelloAndroid.java:5: 包android.view不存在 导入android.view.View; ^ C:\ Users \用户埃伦\工作空间\ TestableToast \ SRC \ EDU \钢厂\ cs180 \ HelloAndroid.java:6: 包android.view.View不存在 导入android.view.View.OnClickListener; ^ C:\ Users \用户埃伦\工作空间\ TestableToast \ SRC \ […]

Eclipse从文件读取stdin(System.in)

Eclipse是否可以从文件中读取stdin?

Android模拟器不会运行从eclipse启动的应用程序

我遵循Google Android开发人员指南中的“Hello World”示例。 当我尝试在SDK模拟器中运行应用程序时,没有任何反应。 模拟器启动很好,但之后没有任何反应。 我什至不能看到应用程序托盘中的应用程序。 我正在使用安装了Android附加组件的Eclipse。

Eclipse中的Android应用程序:编辑不显示在graphics布局上的文本

我想在Eclipse中的Android应用程序中添加一个文本字段,但是然后将Plain text选项拖动到graphics布局,底部会出现一条消息。 它读取Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V Exception details are logged in Window > Show View > Error Log即使当我去Window > Show View没有错误日志选项。 整个devise器现在是无用的,因为我不能再使用它,直到我从XML直接删除EditText 。 什么是造成这个错误,我该如何解决? 我正在运行最新版本(截至今天6-30-14)和Windows 8 Pro x64。 这是我的完整的布局代码: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="${relativePackage}.${activityClass}" > <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_centerHorizontal="true" android:layout_marginTop="18dp" android:text="@string/welcome_text" /> <EditText android:id="@+id/editText1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:ems="10" android:inputType="text"> <requestFocus […]

Android Hello,Gallery教程 – “R.styleable无法parsing”

在处理Hello,Gallery教程/示例应用程序时, 按照网站上的说明进行操作后,Eclipse报告了R.styleable无法parsing。 这个错误的原因是什么?如何解决或解决?

如何在Eclipse CDT中为C ++ STL对象启用gdb漂亮打印?

我试图在eclipse cdt中为STL对象添加漂亮的打印。 我试图按照这里描述的步骤: http://sourceware.org/gdb/wiki/STLSupport 我检查了python文件夹,但我似乎无法完成这项工作… 我创build了一个gdbinit,并select了我的debuggingconfiguration,但每当我尝试开始debugging,我得到以下错误: Error while executing Python code. !STACK 0 java.lang.Exception: /home/lizardking/workspace/eu.sofia.kpi.cpp.x86.testapp/.gdbinit:6: Error in sourced command file: Error while executing Python code. at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.processMIOutput(AbstractMIControl.java:824) at org.eclipse.cdt.dsf.mi.service.command.AbstractMIControl$RxThread.run(AbstractMIControl.java:662) 如果我尝试在python shell中执行gdbinit的内容,我得到这个错误: Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. import sys sys.path.insert(0, '/home/Documents/python') […]