首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Apportable应用程序显示黑色屏幕

Apportable应用程序显示黑色屏幕
EN

Stack Overflow用户
提问于 2014-01-05 01:01:18
回答 1查看 769关注 0票数 1

我用app编译了我的应用程序。然而,当在设备上运行时,它只是显示了一个我尝试过清洗、重新设置的黑色屏幕.等等。但是没有运气,它只是显示黑色的屏幕,这个项目是用XCode 5完成的,在OpenGLES1 1/2的选择过程中,我尝试了OpenGLES1 1/2(以防万一),但是完全没有运气。下面是Ap便携调试必须说的话:

警告:断点地址从0x40181b79调整为0x40181b78。

epoll_wait ()中的0x401e5408

来自/Users/pabloivan57/.apportable/cache/devices/015d2ea4ce4c2208/libs/libc.so

$1 =0

断点1位于0x6b7b01ac: file /Users/pabloivan57 57/Documents//Debrief/svn/Debrief/Debrief/main.m,第3行。

断点2在0x62acf7b0

新螺纹25402

切换到线程25402

断点1,main (argc=0,argv=0x6b629c08 <_start_method>)

代码语言:javascript
复制
at /Users/pabloivan57/Documents/Projects/Deb/svn/Deb/Deb/main.m:3

3 int main(int argc,char *argv[]) {

以及清单:

代码语言:javascript
复制
      package="com.gcap.debrief"

      android:sharedUserId="com.gcap.debrief"

      android:installLocation="auto"

      android:versionCode="1387670144"

      android:versionName="1.0">

<supports-gl-texture android:name="GL_OES_compressed_ETC1_RGB8_texture" />

<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="17" />

<uses-permission android:name="android.permission.INTERNET" />

<uses-permission android:name="com.android.vending.BILLING" />

<supports-screens android:resizeable="true" android:normalScreens="true" android:largeScreens="true" android:smallScreens="false"/>

<application android:label="@string/app_name"

             android:name="com.apportable.app.VerdeApplication"

             android:hasCode="true"

             android:icon="@drawable/icon"

             android:theme="@style/FullScreenActivity"

             android:debuggable="true"

             android:largeHeap="false"

             android:hardwareAccelerated="false"><meta-data android:name="android.app.libs" android:value="v cxx System objc pthread_workqueue dispatch ffi Foundation freetype CoreGraphics BridgeKit CoreText OpenAL verde" />

    <meta-data android:name="android.app.lib_name" android:value="verde" />

    <meta-data android:name="android.app_name" android:value="Debrief" />

    <meta-data android:name="apportable.splash_screen_type" android:value="letterbox" />

    <meta-data android:name="apportable.orientation" android:value="portrait" />

    <meta-data android:name="apportable.opengles2" android:value="true" />

    <meta-data android:name="apportable.opengles.fast_color" android:value="true" />

    <meta-data android:name="apportable.abi_list" android:value="" />

    <activity android:name="com.apportable.activity.VerdeActivity"

              android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize"

              android:label="@string/app_name"

              android:screenOrientation="portrait"

              android:windowSoftInputMode="adjustPan"

              android:launchMode="singleTask">

        <intent-filter>

            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />

        </intent-filter>

    </activity>

    <service android:enabled="true" android:name="com.apportable.activity.GdbServerService"

        android:label="@string/app_name" android:icon="@drawable/icon">

        <intent-filter >

            <action android:name="com.gcap.debrief.GdbServerService" />

        </intent-filter>

    </service>

    <service android:name="com.apportable.media.AudioManagerService" android:exported="false" />

    <service android:name="com.apportable.iap.BillingService" />

    <receiver android:name="com.apportable.iap.BillingReceiver">

        <intent-filter>

            <action android:name="com.android.vending.billing.IN_APP_NOTIFY" />

            <action android:name="com.android.vending.billing.RESPONSE_CODE" />

            <action android:name="com.android.vending.billing.PURCHASE_STATE_CHANGED" />

        </intent-filter>

    </receiver>

</application>

如果您还需要什么,请告诉我,非常感谢您的帮助。

谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-01-05 18:59:31

Apportable还不支持xcode 5 xibs。他们必须是以xcode 4格式保存。更多的背景在这个可移植的讨论线程

如果你仍然看到一个白色的屏幕,张贴亚行的尾巴后,白色屏幕出现。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/20928775

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档