English 中文(简体)
在实施过程中使用替代途径的轮胎
原标题:Error while running jar that uses adb path while executing

我已撰写了一部 j瓦法典,该法典在内部打着启动挖掘过程的ki子,并掌握了这一进程。 我对当地窗口7和用户群11.04的代码进行了测试。 在这两种地方环境中,都做了罚款。

When I uploaded the same jar file on my aws instance, i get the following error : 12:30:38 E/adb: Failed to get the adb version: Cannot run program "/home/ubuntu/android-sdk-linux_86/platform-tools/adb": java.io.IOException: error=2, No such file or directory

尽管存在/home/ubuntu/android-sdk-linux_86/platform-tools/adb。

我已经经历了一些类似的问题,但没有一个国家讨论过这一问题。

我已经更新了我的开放式正义与平等运动,因为一些地方表明,但仍然面临着同样的问题。

问题回答

∗ ∗∗∗∗∗∗∗

阁下,

cd /home/ubuntu/android-sdk-linux_86/platform-tools/ 

The issue was related to 32 bit libs. My aws ubuntu os was 64 bit and my jar was compiled for 32 bit architecture, so i had to install ia32-libs and everything started working fine.





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...