`
zhouxiaoli521
  • 浏览: 553374 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Android requestFeature() must be called before adding content

阅读更多

E/AndroidRuntime( 408): android.util.AndroidRuntimeException: requestFeature() must be called before adding content E/AndroidRuntime( 408): at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:172) E/AndroidRuntime( 408): at com.android.internal.app.AlertController.installContent(AlertController.java:198) E/AndroidRuntime( 408): at android.app.AlertDialog.onCreate(AlertDialog.java:251) E/AndroidRuntime( 408): at android.app.Dialog.dispatchOnCreate(Dialog.java:307) E/AndroidRuntime( 408): at android.app.Dialog.show(Dialog.java:225) E/AndroidRuntime( 408): at com.nt572.Test$1.onClick(Test.java:25) E/AndroidRuntime( 408): at android.view.View.performClick(View.java:2408) E/AndroidRuntime( 408): at android.view.View$PerformClick.run(View.java:8816) E/AndroidRuntime( 408): at android.os.Handler.handleCallback(Handler.java:587) E/AndroidRuntime( 408): at android.os.Handler.dispatchMessage(Handler.java:92) E/AndroidRuntime( 408): at android.os.Looper.loop(Looper.java:123) E/AndroidRuntime( 408): at android.app.ActivityThread.main(ActivityThread.java:4627) E/AndroidRuntime( 408): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime( 408): at java.lang.reflect.Method.invoke(Method.java:521) E/AndroidRuntime( 408): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) E/AndroidRuntime( 408): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) E/AndroidRuntime( 408): at dalvik.system.NativeStart.main(Native Method)

 

 

出现此问题是由于dialog.show()之前调用了dialog.setContentView()了,正确的应该是dialog.show()之后调用dialog.setContentView()

 

http://blog.csdn.net/huigezhang/article/details/6529322

分享到:
评论

相关推荐

    go-sitemap-generator:go-sitemap-generator是在Go中生成Sitemap的最简单方法

    // Create method must be called first before adding entries to // the sitemap. sm . Create () sm . Add (stm. URL {{ "loc" , "home" }, { "changefreq" , "always" }, { "mobile" , true }}) sm . Add ...

    VclZip pro v3.10.1

    This will cause files to not be decryptable by normal zip utilities thereby adding a bit of extra security. Bugs Fixed: IMPORTANT!!! Behavior of freeing the ArchiveStream (compressed stream) has ...

    数位板压力测试

    The device must have a point-ing ap¬para¬tus or method (such as a stylus, or a finger touching a touch pad), called the cursor, that de¬fines the current position. The cursor must be able to ...

    a project model for the FreeBSD Project.7z

    This is synonymous with deliverable, that is defined as “any measurable, tangible, verifiable outcome, result or item that must be produced to complete a project or part of a project. Often used ...

    NewSID(光学习一下代码就可以了,没看清楚介绍别运行)

    Note that just changing the computer name or adding the computer to a different domain does not change the computer SID and that the computer SID is not the same as the SID, called the domain SID, ...

    FlexGraphics_V_1.79_D4-XE10.2_Downloadly.ir

    Returns True if the string must be enclosed in quotes (flex-property value) before saving in the filer. - ADD: In the class TFlexGrid added the methods DoSnap and DoCustomSnap (the last one can be ...

    Java邮件开发Fundamentals of the JavaMail API

    Before looking into the JavaMail API specifics, let's step back and take a look at the protocols used with the API. There are basically four that you'll come to know and love: * SMTP * POP * IMAP...

    ICS delphixe10源码版

    must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. 4. You must register this software by sending a picture ...

    ViewPager 放大缩小左右移动

    * Called when the scroll state changes. Useful for discovering when the * user begins dragging, when the pager is automatically settling to the * current page, or when it is fully stopped/...

    php.ini-development

    Note: output_handler must be empty if this is set 'On' !!!! ; Instead you must use zlib.output_handler. ; http://php.net/output-handler ;output_handler = ; Transparent output compression using the ...

    .htaccess

    <br>You can use custom error pages for any error as long as you know its number (like 404 for page not found) by adding the following to your .htaccess file: 你所知道的任何页面错误代码(像404找...

    VB编程资源大全(英文源码 控件)

    <END><br>10 , Scroller.zip This is a Control Container, it's like a frame control but it lets you scroll the content up and down...<END><br>11 , TrayArea.zip This control lets you add your icon ...

    Delphi7.1 Update

    breaking information not included in this readme file.IMPORTANT: Delphi must be closed before installing this update. =====================================================CONTENTS * INSTALLING THIS ...

Global site tag (gtag.js) - Google Analytics