android 报错记录

1、

今天在导入ecplise中工程包的时候出现了

Eclipse Some projects cannot be imported because they already exist in the workspace   这个错误。百思不得其解。

这种情况基本是以下错误操作造成: 
1.手动删除本地磁盘下的工程目录 
2.删除时,没有勾选Delete project contents on disk(cannot be undone)

以上2种操作,eclipse本身不会删除一些以 二进制形式记录的工程信息,

所以你在导入的时候就提示工程已经存在了~

像这种情况最简单的就是在workspace中 删除.metadata文件夹 然后找一个干净eclipse的.metadata 拷入到当前使用的eclipse中。

还有一种方法 适合熟悉插件的开发人员使用 
也就是在导入的时候复写导入的向导,修改扫描机制,这个如果会插件技术的开发人员 应该不难

时间: 2024-10-12 09:40:34

android 报错记录的相关文章

cocos2dx在windows下搭建环境android报错

报错:Program bash is not found in PATH (如果按照我的方法来的话是没有这个错误的,我之前用别的方法的时候有但是后来还是没解决,写出来放到这里做参考吧) 参考原文:http://blog.csdn.net/fuyongbing1986/article/details/11556149 方法: 1.把cygwin/bin加入系统环境变量Path下 2.右击工程-->properties-->C/C++ Build -->ToolChain Edit    确

duplicate symbol _OBJC_METACLASS_$ 报错记录

duplicate symbol _OBJC_METACLASS_$_TabbarButton in: /Users/hw201406/Library/Developer/Xcode/DerivedData/xxx-gafskbgawbctznekgfxqhaugwjce/Build/Intermediates/xxx.build/Debug-iphonesimulator/xxx06.build/Objects-normal/i386/TabbarButton-FDEB19611A30D765

InnoDB: The InnoDB memory heap is disabled报错记录

报错记录: [[email protected] ~]# cat /data/3307/data/localhost.localdomain.err  150509 21:21:27 mysqld_safe Starting mysqld daemon with databases from /data/3307/data 150509 21:21:27 InnoDB: The InnoDB memory heap is disabled 150509 21:21:27 InnoDB: Mute

cordova platform add android报错问题处理

第一次在博客园写博客,有错误的还请大神不要喷,互相学习么,我也是正在学习中,这是我遇到的问题及解决的办法. cordova platform add android 报错内容大致是匹配不到cordova-android版本,在百度上查的资料说是android sdk环境没配置成功,于是我执行android -h 发现报错:"找不到路径". 于是在晚上又百度,说是在环境变量path里面添加%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\Sy

Spring Boot 报错记录

Spring Boot 报错记录 由于新建的项目没有配置数据库连接启动报错,可以通过取消自动数据源自动配置来解决 解决方案1: @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) //@SpringBootApplication @MapperScan("com.example.*") //扫描:该包下相应的class,主要是MyBatis的持久化类. 解决方案2: #去配置文件中配置数据库连接参数 #

Android报错

1. Starting emulator for AVD 'new' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! 发生情景: 创建 Android 模拟器,模

Android报错:WindowManager$BadTokenException: Unable to add window -- window has already been added

很久之前测试通过的代码,现在手机升级了Android7.0后一运行就崩溃,报出这样的错误,具体错误如下: Process: com.example.sho.android_anti_theft, PID: 26807 android.view.WindowManager$BadTokenException: Unable to add window -- window [email protected] has already been added at android.view.ViewRoo

cocos run -p android 报错:文件名、目录名卷标语法不正确

我的项目是cocos2d-x-3.7.1的项目,用命令行(cocos run -p android)打包的时候报错: running: '"D:\develop\adt-bundle-windows-x86-20140321\apache-ant-1.9.3\bin\ant"clean debug -f D:\deveop\Test\proj.android\build.xml -Dsdk.dir="D:\develop\adt-bundle-windows-x86-2014

Android报错:The content of the adapter has changed...与Channel is unrecoverably broken and will be disposed的分析与解决办法

在Android中adapter错误: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. 分析: 这个错误通常是listview等控件在使用adapter适配数据时